summaryrefslogtreecommitdiffstats
path: root/gst/modplug/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
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