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> 2006-12-18 Wim Taymans <wim@fluendo.com>
* ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps), * 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) translit(dnm, m, l) AM_CONDITIONAL(USE_LADSPA, true)
GST_CHECK_FEATURE(LADSPA, [ladspa], ladspa, [ GST_CHECK_FEATURE(LADSPA, [ladspa], ladspa, [
AC_CHECK_HEADER(ladspa.h, HAVE_LADSPA="yes", HAVE_LADSPA="no") AC_CHECK_HEADER(ladspa.h, HAVE_LADSPA="yes", HAVE_LADSPA="no")
]) ], disabled)
dnl *** libcaca *** dnl *** libcaca ***
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBCACA, true) translit(dnm, m, l) AM_CONDITIONAL(USE_LIBCACA, true)

View file

@ -58,11 +58,11 @@ else
JPEG_DIR = JPEG_DIR =
endif endif
if USE_LADSPA #if USE_LADSPA
LADSPA_DIR = ladspa #LADSPA_DIR = ladspa
else #else
LADSPA_DIR = LADSPA_DIR =
endif #endif
if USE_LIBCACA if USE_LIBCACA
LIBCACA_DIR = libcaca LIBCACA_DIR = libcaca