summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-10-05 15:29:37 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-10-05 15:29:37 +0000
commit5999f6227c0804fbd16d7db64c5d2434de01f27a (patch)
treeca8d88df9fdcc3c798ed40527787ed2f3e44c269
parent84cbeb45acdbd85bb03fef40acc5c23627212f39 (diff)
downloadgst-plugins-bad-5999f6227c0804fbd16d7db64c5d2434de01f27a.tar.gz
gst-plugins-bad-5999f6227c0804fbd16d7db64c5d2434de01f27a.tar.bz2
gst-plugins-bad-5999f6227c0804fbd16d7db64c5d2434de01f27a.zip
fixing libmng build
Original commit message from CVS: fixing libmng build
-rw-r--r--configure.ac2
-rw-r--r--ext/Makefile.am8
2 files changed, 9 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9258d83d..ae8fc47c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1905,8 +1905,8 @@ ext/ivorbis/Makefile
ext/lcs/Makefile
ext/libcaca/Makefile
ext/libfame/Makefile
-ext/libpng/Makefile
ext/libmng/Makefile
+ext/libpng/Makefile
ext/librfb/Makefile
ext/libvisual/Makefile
ext/mad/Makefile
diff --git a/ext/Makefile.am b/ext/Makefile.am
index d1381220..3df388f0 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -172,6 +172,12 @@ else
LIBFAME_DIR=
endif
+if USE_LIBMNG
+LIBMNG_DIR=libmng
+else
+LIBMNG_DIR=
+endif
+
if USE_LIBPNG
LIBPNG_DIR=libpng
else
@@ -377,6 +383,7 @@ SUBDIRS=\
$(LIBCACA_DIR) \
$(LIBDV_DIR) \
$(LIBFAME_DIR) \
+ $(LIBMNG_DIR) \
$(LIBPNG_DIR) \
$(LIBRFB_DIR) \
$(LIBVISUAL_DIR) \
@@ -435,6 +442,7 @@ DIST_SUBDIRS=\
lcs \
libcaca \
libfame \
+ libmng \
libpng \
librfb \
libvisual \