summaryrefslogtreecommitdiffstats
path: root/ext/audiofile/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2003-11-03remove audiofile typefinding because it is buggy and we support all of its ↵Benjamin Otte1-1/+1
formats anyway. Original commit message from CVS: remove audiofile typefinding because it is buggy and we support all of its formats anyway. If you need it back, please fix it before you put it back in :)
2003-10-29Move a few typefind functions to gst/typefind, remove all old typefinding ↵David Schleef1-1/+1
code from bitrotten plugins Original commit message from CVS: Move a few typefind functions to gst/typefind, remove all old typefinding code from bitrotten plugins
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-05-28dist fixThomas Vander Stichele1-1/+1
Original commit message from CVS: dist fix
2002-05-27various AC_HELP_STRING changesThomas Vander Stichele1-5/+5
Original commit message from CVS: various AC_HELP_STRING changes
2002-05-26- Changed plugins for new APIsWim Taymans1-11/+6
Original commit message from CVS: - Changed plugins for new APIs - modularized audiofile. - added seeking, query and convert functions for mad, mpeg2dec, avidemux, mpegdemux, mpegparse - sync updates to oss. removed the ossclock for now
2002-05-13still in anal-retentive mode, please make liberal use of the delete keyThomas Vander Stichele1-9/+9
Original commit message from CVS: still in anal-retentive mode, please make liberal use of the delete key
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo1-2/+2
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-2/+2
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-06Added $(AUDIOFILE_CFLAGS)Martin Enlund1-2/+2
Original commit message from CVS: Added $(AUDIOFILE_CFLAGS)
2002-01-18- plugins are built without versioning infoWrobell1-0/+2
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-6/+5
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
2001-12-21fixed some GST_LIBS stuff added audiofile added gst-libs/audio buildingThomas Vander Stichele1-0/+14
Original commit message from CVS: fixed some GST_LIBS stuff added audiofile added gst-libs/audio building