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.
This commit is contained in:
Jan Schmidt 2006-12-18 16:46:17 +00:00
parent 3abb0f8d67
commit 0cd3a072c1
3 changed files with 11 additions and 5 deletions

View file

@ -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),

View file

@ -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)

View file

@ -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