summaryrefslogtreecommitdiff
path: root/ext/lv2/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
|
* gst: Update versioningSebastian Dröge2012-04-041-2/+2
|
* controller: port to new controller location and apiStefan Sauer2011-11-041-2/+2
|
* ladspa/lv2: link and init to gst-controllerStefan Kost2010-01-311-1/+1
|
* signalprocessor: Use correct CFLAGS for the signalprocessor headers in ↵Yaakov Selkowitz2009-11-181-1/+1
| | | | | | | | | LV2/LADSPA This makes sure that the headers from the source tree are taken and not accidentially installed system headers in the case of builddir!=srcdir. Fixes bug #602161.
* signalprocessor: Fix various build/dist issuesSebastian Dröge2009-09-101-1/+1
| | | | | | | | Install the headers, version the library with @GST_MAJORMINOR@, add all required libraries to _LIBADD instead of _LDFLAGS, and add GST_*_LDFLAGS to _LDFLAGS. Fixes bug #594715.
* make: remove whitespace after trailing backslashStefan Kost2009-07-211-1/+1
|
* signalprocessor: use $(top_builddir) instead of relative pathsStefan Kost2009-06-221-2/+8
|
* Working LV2 plugin discovery.Dave Robillard2009-06-221-0/+9
- Separate gstsignalprocessor into a separate library (not sure if this is in the right place, but it works for now anyway) - Create LV2 element based on LADSPA element, port most discovery functionality