summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2006-12-18 16:46:17 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2006-12-18 16:46:17 +0000
commit0cd3a072c11c29651c9c1be834019a4b8082ae70 (patch)
tree4f3fabafe8923e8539cea6c17472ba6f2d6201e0
parent3abb0f8d67b7c8d64792aeb39b9ca424249a6cb9 (diff)
Disable LADPSA, as it has moved to the -bad module for the duration.
Original commit message from CVS: * configure.ac: * ext/Makefile.am: Disable LADPSA, as it has moved to the -bad module for the duration.
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
-rw-r--r--ext/Makefile.am8
3 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ff39cda..b47017e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-12-18 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * configure.ac:
+ * ext/Makefile.am:
+ Disable LADPSA, as it has moved to the -bad module for the duration.
+
2006-12-18 Wim Taymans <wim@fluendo.com>
* ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
diff --git a/configure.ac b/configure.ac
index 602e9c4d..df904064 100644
--- a/configure.ac
+++ b/configure.ac
@@ -606,7 +606,7 @@ dnl *** ladspa ***
translit(dnm, m, l) AM_CONDITIONAL(USE_LADSPA, true)
GST_CHECK_FEATURE(LADSPA, [ladspa], ladspa, [
AC_CHECK_HEADER(ladspa.h, HAVE_LADSPA="yes", HAVE_LADSPA="no")
-])
+], disabled)
dnl *** libcaca ***
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBCACA, true)
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 2626f65c..48855dea 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -58,11 +58,11 @@ else
JPEG_DIR =
endif
-if USE_LADSPA
-LADSPA_DIR = ladspa
-else
+#if USE_LADSPA
+#LADSPA_DIR = ladspa
+#else
LADSPA_DIR =
-endif
+#endif
if USE_LIBCACA
LIBCACA_DIR = libcaca