summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-11 10:12:48 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-11 10:12:48 +0200
commite09e4d5b8972ece3836162e24c229b7b0dc8c54d (patch)
tree6d14f5c04411d53c26c9dd7be71d2dcbaac2abd4 /configure.ac
parent92ed3202e425b59cf0008f054fef133ba9cccc32 (diff)
downloadODR-AudioEnc-e09e4d5b8972ece3836162e24c229b7b0dc8c54d.tar.gz
ODR-AudioEnc-e09e4d5b8972ece3836162e24c229b7b0dc8c54d.tar.bz2
ODR-AudioEnc-e09e4d5b8972ece3836162e24c229b7b0dc8c54d.zip
Remove mot-encoder
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac16
1 files changed, 0 insertions, 16 deletions
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"