summaryrefslogtreecommitdiffstats
path: root/gst/modplug/libmodplug/it_defs.h
AgeCommit message (Collapse)AuthorFilesLines
2009-01-24Build the modplug plugin against the modplug library and remove our copyHans de Goede1-134/+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.
2005-12-06expand tabsThomas Vander Stichele1-97/+97
Original commit message from CVS: expand tabs
2004-03-15*.h: Revert indentingJohan Dahlin1-97/+97
Original commit message from CVS: * *.h: Revert indenting
2004-03-14gst-indentThomas Vander Stichele1-97/+97
Original commit message from CVS: gst-indent
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo1-9/+9
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/+134
Original commit message from CVS: adding modplug