summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-10-04 16:38:45 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-10-04 16:38:45 +0000
commitb51d6268743fc2bdd45b12d1c19256cdc1ff9c09 (patch)
tree2de05b72d6b5dc6a8baacd1ba6c4558ff27668d1 /configure.ac
parent15b2ca7e34f088820218495963eda1797f873359 (diff)
configure.ac: configure update for libmng.
Original commit message from CVS: * configure.ac: configure update for libmng.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 825efd12..9258d83d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1183,6 +1183,13 @@ GST_CHECK_FEATURE(LIBPNG, [libpng PNG encoder], pngenc, [
AC_SUBST(LIBPNG_LIBS)
])
+dnl *** libmng ***
+translit(dnm, m, l) AM_CONDITIONAL(USE_LIBMNG, true)
+GST_CHECK_FEATURE(LIBMNG, [libmng library], mngdec, [
+ GST_CHECK_LIBHEADER(LIBMNG, mng, mng_initialize,, libmng.h, LIBMNG_LIBS="-lmng")
+ AC_SUBST(LIBMNG_LIBS)
+])
+
dnl *** librfb ***
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBRFB, true)
GST_CHECK_FEATURE(LIBRFB, [librfb Remote Framebuffer], rfbsrc, [
@@ -1899,6 +1906,7 @@ ext/lcs/Makefile
ext/libcaca/Makefile
ext/libfame/Makefile
ext/libpng/Makefile
+ext/libmng/Makefile
ext/librfb/Makefile
ext/libvisual/Makefile
ext/mad/Makefile