summaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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)