summaryrefslogtreecommitdiffstats
path: root/ext/ladspa/search.c
Commit message (Collapse)AuthorAgeFilesLines
* expand tabsThomas Vander Stichele2005-12-061-2/+2
| | | | | Original commit message from CVS: expand tabs
* added typecast to avoid warningStefan Kost2004-08-311-1/+1
| | | | | Original commit message from CVS: added typecast to avoid warning
* fixed seg-fault and mem leakStefan Kost2004-08-311-1/+2
| | | | | Original commit message from CVS: fixed seg-fault and mem leak
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-8/+8
| | | | | Original commit message from CVS: don't mix tabs and spaces
* gst-indentThomas Vander Stichele2004-03-141-47/+45
| | | | | Original commit message from CVS: gst-indent
* Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje2003-11-071-0/+4
| | | | | | | 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
* hacked around LADSPA_PATH as suggested to wingoThomas Vander Stichele2002-06-041-1/+8
| | | | | Original commit message from CVS: hacked around LADSPA_PATH as suggested to wingo
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-191-3/+3
| | | | | | | | | 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.
* added ladspa, doesn't have checks yet thoughThomas Vander Stichele2001-12-231-0/+129
Original commit message from CVS: added ladspa, doesn't have checks yet though