summaryrefslogtreecommitdiffstats
path: root/gst/modplug/libmodplug/sndfile.h
AgeCommit message (Collapse)AuthorFilesLines
2005-05-15Let's try that again (put virtual deconstructor into the public section)Tim-Philipp Müller1-1/+1
Original commit message from CVS: Let's try that again (put virtual deconstructor into the public section)
2005-05-15Another batch of gcc-4.0 fixes (#304180).Tim-Philipp Müller1-0/+1
Original commit message from CVS: * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_sink_link): * ext/libcaca/gstcacasink.c: (gst_cacasink_sinkconnect): * gst/modplug/libmodplug/sndfile.cpp: * gst/modplug/libmodplug/sndfile.h: Another batch of gcc-4.0 fixes (#304180).
2004-03-15*.h: Revert indentingJohan Dahlin1-559/+463
Original commit message from CVS: * *.h: Revert indenting
2004-03-14gst-indentThomas Vander Stichele1-463/+559
Original commit message from CVS: gst-indent
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