summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2006-12-18 16:47:23 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2006-12-18 16:47:23 +0000
commit75f32c38c5aa3470604b9f4d4c7be35bb53a53ad (patch)
tree3f8aa4b346c905318f029d6c8302028d3ad9617e /ext/Makefile.am
parent446a05bb1d07d60887369a64d4a39c67a6103eab (diff)
downloadgst-plugins-bad-75f32c38c5aa3470604b9f4d4c7be35bb53a53ad.tar.gz
gst-plugins-bad-75f32c38c5aa3470604b9f4d4c7be35bb53a53ad.tar.bz2
gst-plugins-bad-75f32c38c5aa3470604b9f4d4c7be35bb53a53ad.zip
Move LADPSA plugin from -good for the release, as it's not quite ready to be enabled by default in the -good module yet.
Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/ladspa/*: Move LADPSA plugin from -good for the release, as it's not quite ready to be enabled by default in the -good module yet.
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 252a06f3..5179df8b 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -112,6 +112,12 @@ else
JACK_DIR=
endif
+if USE_LADSPA
+LADSPA_DIR = ladspa
+else
+LADSPA_DIR =
+endif
+
# if USE_LCS
# LCS_DIR=lcs
# else
@@ -258,6 +264,7 @@ SUBDIRS=\
$(HERMES_DIR) \
$(IVORBIS_DIR) \
$(JACK_DIR) \
+ $(LADSPA_DIR) \
$(LCS_DIR) \
$(LIBFAME_DIR) \
$(LIBMMS_DIR) \
@@ -291,6 +298,7 @@ DIST_SUBDIRS= \
faad \
gsm \
ivorbis \
+ ladspa \
jack \
libmms \
dts \