mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
configure: Remove config script check for caca
This commit is contained in:
parent
9d32243671
commit
165fbc368e
1 changed files with 0 additions and 9 deletions
|
@ -813,15 +813,6 @@ dnl *** libcaca ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBCACA, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBCACA, true)
|
||||||
AG_GST_CHECK_FEATURE(LIBCACA, [libcaca coloured ASCII art], cacasink, [
|
AG_GST_CHECK_FEATURE(LIBCACA, [libcaca coloured ASCII art], cacasink, [
|
||||||
AG_GST_PKG_CHECK_MODULES(LIBCACA, caca)
|
AG_GST_PKG_CHECK_MODULES(LIBCACA, caca)
|
||||||
dnl only newer versions of libcaca ship caca.pc, so try caca-config as well
|
|
||||||
if test "x$HAVE_LIBCACA" != "xyes"; then
|
|
||||||
AG_GST_CHECK_CONFIGPROG(LIBCACA, caca-config)
|
|
||||||
dnl see if it compilation works too, might not if we are cross-compiling
|
|
||||||
if test "x$HAVE_LIBCACA" = "xyes"; then
|
|
||||||
AC_CHECK_LIB([caca], [caca_init], [HAVE_LIBCACA=yes],
|
|
||||||
[HAVE_LIBCACA=no], [$LIBCACA_LIBS])
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl *** libdv ***
|
dnl *** libdv ***
|
||||||
|
|
Loading…
Reference in a new issue