summaryrefslogtreecommitdiffstats
path: root/gst/modplug/libmodplug/sndfile.h
AgeCommit message (Collapse)AuthorFilesLines
2009-01-24Build the modplug plugin against the modplug library and remove our copyHans de Goede1-978/+0
Always build the modplug plugin against the system modplug library and remove our own copy. Using the system version has advantages if security issues or other critical bugs are found in libmodplug and our own copy wasn't really maintained anyway. Also our copy only contained some patches to use GLib types and functions. Fixes bug #568837.
2008-07-24gst/festival/gstfestival.c: Guard unistd.h with HAVE_UNISTD_HMichael Smith1-1/+1
Original commit message from CVS: * gst/festival/gstfestival.c: Guard unistd.h with HAVE_UNISTD_H * gst/modplug/libmodplug/load_it.cpp: * gst/modplug/libmodplug/sndfile.cpp: * gst/modplug/libmodplug/sndfile.h: * gst/modplug/libmodplug/stdafx.h: Support for compiling with MSVC: use _MSC_VER for detecting MSVC instead of MSC_VER. Make CanPackSamples take the type it's passed. Change scope of a variable in load_it.cpp to MSVC's scoping rules. * gst/sdp/gstsdpdemux.c: Guard unistd.h with HAVE_UNISTD_H Fixes #544457.
2006-03-10Original commit message from CVS:Tim-Philipp Müller1-0/+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>).
2005-12-06expand tabsThomas Vander Stichele1-715/+715
Original commit message from CVS: expand tabs
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