summaryrefslogtreecommitdiffstats
path: root/gst/modplug/libmodplug/sndfile.h
AgeCommit message (Collapse)AuthorFilesLines
2003-11-07Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje1-4/+0
and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
2003-05-22remove '__inline' stuff and take normal 'inline' insteadBenjamin Otte1-6/+2
Original commit message from CVS: remove '__inline' stuff and take normal 'inline' instead
2003-05-22Corrected modplug and monkeyaudio to build with non-gcc compilers.Brian Cameron1-1/+5
Original commit message from CVS: Corrected modplug and monkeyaudio to build with non-gcc compilers.
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo1-151/+151
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-02-28adding modplugJeremy Simon1-0/+981
Original commit message from CVS: adding modplug