From e09e4d5b8972ece3836162e24c229b7b0dc8c54d Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 11 Sep 2016 10:12:48 +0200 Subject: Remove mot-encoder --- configure.ac | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4c92bd7..39a0ee7 100644 --- a/configure.ac +++ b/configure.ac @@ -72,18 +72,6 @@ AM_CONDITIONAL([HAVE_ALSA], [ test "x$enable_alsa" = "xyes" ]) AC_CHECK_LIB(zmq, zmq_init, , AC_MSG_ERROR(ZeroMQ libzmq is required)) AC_CHECK_LIB(fdk-aac, aacEncOpen, , AC_MSG_ERROR(The FDK-AAC library is required)) -if pkg-config MagickWand; then - MAGICKWAND_CFLAGS=`pkg-config MagickWand --cflags` - MAGICKWAND_LDADD=`pkg-config MagickWand --libs` - AC_SUBST(MAGICKWAND_CFLAGS) - AC_SUBST(MAGICKWAND_LDADD) -else - AC_MSG_WARN(MagickWand not found) -fi - -AS_IF([ pkg-config MagickWand ], - AC_DEFINE(HAVE_MAGICKWAND, [1], [Define if MagickWand is available])) - dnl soname version to use dnl goes by ‘current[:revision[:age]]’ with the soname ending up as @@ -114,9 +102,5 @@ do [disabled="$disabled $feature"]) done -AS_IF([ pkg-config MagickWand ], - [enabled="$enabled magickwand"], - [disabled="$disabled magickwand"]) - echo " Enabled: $enabled" echo " Disabled: $disabled" -- cgit v1.2.3