summaryrefslogtreecommitdiffstats
path: root/gst/modplug/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2006-03-10gst/modplug/: Fix modplug compilation.Julien Moutte1-2/+3
Original commit message from CVS: 2006-03-10 Julien MOUTTE <julien@moutte.net> * gst/modplug/Makefile.am: * gst/modplug/gstmodplug.cc: Fix modplug compilation.
2006-03-10Original commit message from CVS:Tim-Philipp Müller1-1/+1
* configure.ac: * gst/modplug/Makefile.am: * gst/modplug/gstmodplug.cc: * gst/modplug/gstmodplug.h: * gst/modplug/libmodplug/sndfile.cpp: * gst/modplug/libmodplug/sndfile.h: modplug plugin ported to 0.10 (#332598, patch by: Jonathan Matthew <jonathan at kaolin wh9 net>).
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte1-2/+2
Original commit message from CVS: merge TYPEFIND branch. Major changes: - totally reworked type(find) system - all typefind functions are in gst/typefind now - more typefind functions then before - some plugins might fail to compile now because I don't have them installed and they a) require bytestream or b) haven't had their typefind fixed. Please fix those plugins and put the typefind functions into gst/typefind if they don't have dependencies
2003-10-13no, we don't require bytestream anymoreBenjamin Otte1-2/+1
Original commit message from CVS: no, we don't require bytestream anymore
2003-08-10Remove redundant plugindir definitionDavid Schleef1-2/+0
Original commit message from CVS: Remove redundant plugindir definition
2003-06-01Make these compile with both solaris as well as lunix-based stuffiesRonald S. Bultje1-1/+2
Original commit message from CVS: Make these compile with both solaris as well as lunix-based stuffies
2003-05-31CPPFLAGS -> CXXFLAGSJeremy Simon1-1/+1
Original commit message from CVS: CPPFLAGS -> CXXFLAGS
2003-05-22fix Makefiles for C++ libraries. They should now work with Forte. This needs ↵Benjamin Otte1-15/+2
a new libtool, update autogen.sh to refl... Original commit message from CVS: fix Makefiles for C++ libraries. They should now work with Forte. This needs a new libtool, update autogen.sh to reflect this.
2003-01-10my candidate for silliest hack of the yearThomas Vander Stichele1-0/+10
Original commit message from CVS: my candidate for silliest hack of the year
2002-12-30add metadata code cleanupJeremy Simon1-1/+1
Original commit message from CVS: add metadata code cleanup
2002-12-13hardlink stdc++ until someone explains us The One True WayThomas Vander Stichele1-1/+2
Original commit message from CVS: hardlink stdc++ until someone explains us The One True Way
2002-12-08parallel install fixesThomas Vander Stichele1-1/+1
Original commit message from CVS: parallel install fixes
2002-11-28this dir is kicking my ass all over the placeThomas Vander Stichele1-2/+2
Original commit message from CVS: this dir is kicking my ass all over the place
2002-11-23Thanks Ken !Jeremy Simon1-1/+1
Original commit message from CVS: Patch from Ken MacLeod (Bug #98797), Thanks Ken !
2002-11-18I'm sure this is the worst way to deal with this but I can't be arsed to ↵Thomas Vander Stichele1-0/+1
look it up in the big black book Original commit message from CVS: I'm sure this is the worst way to deal with this but I can't be arsed to look it up in the big black book
2002-11-17Use bytestream to get buffer from sinkpad ( gst-player should play mod file ↵Jeremy Simon1-2/+2
now ;) Original commit message from CVS: Use bytestream to get buffer from sinkpad ( gst-player should play mod file now ;) Move module types build from mikmod to modplug
2002-10-06adding libstdc++Thomas Vander Stichele1-1/+1
Original commit message from CVS: adding libstdc++
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-03-03let's not install the libmodplug helper libraryAndy Wingo1-2/+2
Original commit message from CVS: let's not install the libmodplug helper library
2002-02-28remove EXTRA_DISTJeremy Simon1-1/+0
Original commit message from CVS: remove EXTRA_DIST
2002-02-28adding modplugJeremy Simon1-0/+14
Original commit message from CVS: adding modplug