mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 03:45:39 +00:00
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:
parent
3abb0f8d67
commit
0cd3a072c1
3 changed files with 11 additions and 5 deletions
|
@ -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),
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue