summaryrefslogtreecommitdiffstats
path: root/gst/playondemand/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2004-02-07Build fixes for OS X: (see #129600)David Schleef1-1/+0
Original commit message from CVS: Build fixes for OS X: (see #129600) * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh), (gst_riff_read_strf_vids), (gst_riff_read_strf_auds), (gst_riff_read_strf_iavs): * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih), (gst_avi_demux_stream_odml): * gst/playondemand/Makefile.am: * gst/rtp/rtp-packet.c:
2003-12-22Merge CAPS branchDavid Schleef1-1/+1
Original commit message from CVS: Merge CAPS branch
2003-08-10Remove redundant plugindir definitionDavid Schleef1-1/+0
Original commit message from CVS: Remove redundant plugindir definition
2002-12-08parallel install fixesThomas Vander Stichele1-1/+1
Original commit message from CVS: parallel install fixes
2002-11-02add dependency field so parallel makes don't failDavid I. Lehn1-1/+2
Original commit message from CVS: add dependency field so parallel makes don't fail
2002-10-17Added measures and beats to the playondemand filter so it can act like an ↵Leif Johnson1-3/+2
audio sequencer. Currently defines three ex... Original commit message from CVS: Added measures and beats to the playondemand filter so it can act like an audio sequencer. Currently defines three extra globally visible functions, might eventually want to put them in an interface instead ?
2002-03-30Changed to the new props APIWim Taymans1-1/+1
Original commit message from CVS: Changed to the new props API Other small tuff.
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo1-1/+1
versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
2002-03-19s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables ↵Andy Wingo1-1/+1
variables are defined as make variables automagi... Original commit message from CVS: s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagically, and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
2002-02-02fixing an errorThomas Vander Stichele1-1/+2
Original commit message from CVS: fixing an error
2002-01-18- plugins are built without versioning infoWrobell1-0/+1
Original commit message from CVS: - plugins are built without versioning info
2002-01-12s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn1-2/+3
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
2002-01-04testpod -> demo-mp3Andy Wingo1-1/+8
Original commit message from CVS: testpod -> demo-mp3
2001-12-22Initial revisionAndy Wingo1-0/+10
Original commit message from CVS: Initial revision