From ef0ba0047acc27a4d9e438e18fcf68e26331bd59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sat, 22 Apr 2006 09:41:10 +0000 Subject: Use --cppflags from Wand-config of ImageMagick (fixes rare cases with ImageMagick on non-standard prefix). CVS patchset: 7980 CVS date: 2006/04/22 09:41:10 --- src/libxinevdec/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/libxinevdec/Makefile.am b/src/libxinevdec/Makefile.am index bf1ae1d68..084b2be93 100644 --- a/src/libxinevdec/Makefile.am +++ b/src/libxinevdec/Makefile.am @@ -31,6 +31,7 @@ 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_CPPFLAGS = $(WAND_CPPFLAGS) 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@ -- cgit v1.2.3