summaryrefslogtreecommitdiff
path: root/src/demuxers/Makefile.am
diff options
context:
space:
mode:
authorStefan Holst <holstsn@users.sourceforge.net>2005-02-03 23:18:33 +0000
committerStefan Holst <holstsn@users.sourceforge.net>2005-02-03 23:18:33 +0000
commit484a83b43658b3b0a6e06bc97eec9395e8917322 (patch)
treec6ff6d1d3932f99667e8584568178aba7bcc2ad1 /src/demuxers/Makefile.am
parenta24e8ab569599c0ed5782211383a23b85e3ad45f (diff)
downloadxine-lib-484a83b43658b3b0a6e06bc97eec9395e8917322.tar.gz
xine-lib-484a83b43658b3b0a6e06bc97eec9395e8917322.tar.bz2
make the image decoder use imagemagick to decode images. slight improvements of image dummy demuxer which now sends proper end-of-frame flags
CVS patchset: 7381 CVS date: 2005/02/03 23:18:33
Diffstat (limited to 'src/demuxers/Makefile.am')
-rw-r--r--src/demuxers/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am
index eff9538b2..043efe6ca 100644
--- a/src/demuxers/Makefile.am
+++ b/src/demuxers/Makefile.am
@@ -18,7 +18,7 @@ if HAVE_LIBMNG
mng_module = xineplug_dmx_mng.la
endif
-if HAVE_LIBPNG
+if HAVE_WAND
image_module = xineplug_dmx_image.la
endif