summaryrefslogtreecommitdiff
path: root/src/libxinevdec/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/libxinevdec/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/libxinevdec/Makefile.am')
-rw-r--r--src/libxinevdec/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libxinevdec/Makefile.am b/src/libxinevdec/Makefile.am
index e612dc89c..e0d4acf2b 100644
--- a/src/libxinevdec/Makefile.am
+++ b/src/libxinevdec/Makefile.am
@@ -2,7 +2,7 @@ include $(top_srcdir)/misc/Makefile.common
EXTRA_DIST = foovideo.c
-if HAVE_LIBPNG
+if HAVE_WAND
image_module = xineplug_decode_image.la
endif
@@ -26,6 +26,6 @@ xineplug_decode_yuv_la_LIBADD = $(XINE_LIB)
xineplug_decode_yuv_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
xineplug_decode_image_la_SOURCES = image.c
-xineplug_decode_image_la_CFLAGS = $(PNG_CFLAGS)
-xineplug_decode_image_la_LIBADD = $(XINE_LIB) $(DYNAMIC_LD_LIBS) $(PNG_LIBS)
-xineplug_decode_image_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
+xineplug_decode_image_la_CFLAGS = $(WAND_CFLAGS)
+xineplug_decode_image_la_LIBADD = $(XINE_LIB) $(DYNAMIC_LD_LIBS) $(WAND_LIBS)
+xineplug_decode_image_la_LDFLAGS = $(WAND_LDFLAGS) -avoid-version -module @XINE_PLUGIN_MIN_SYMS@