summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-06-15 13:05:50 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-06-15 13:05:50 +0000
commit0a8ac9501bf5385d3088183de3b0b63d6c018579 (patch)
tree67f2058ea1fee7487246ec9b3ee31b7adc0c8e1f /src
parenta2f94b010a30ad2e4b013ca7e35a5d8ba1c4c2d3 (diff)
downloadxine-lib-0a8ac9501bf5385d3088183de3b0b63d6c018579.tar.gz
xine-lib-0a8ac9501bf5385d3088183de3b0b63d6c018579.tar.bz2
Make HAVE_WAND and HAVE_GDK_PIXBUF a single conditional.
CVS patchset: 8037 CVS date: 2006/06/15 13:05:50
Diffstat (limited to 'src')
-rw-r--r--src/demuxers/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am
index 0e5d210b0..7e15cda28 100644
--- a/src/demuxers/Makefile.am
+++ b/src/demuxers/Makefile.am
@@ -19,10 +19,7 @@ if HAVE_LIBMNG
mng_module = xineplug_dmx_mng.la
endif
-if HAVE_WAND
-image_module = xineplug_dmx_image.la
-endif
-if HAVE_GDK_PIXBUF
+if BUILD_DMX_IMAGE
image_module = xineplug_dmx_image.la
endif