From 0a8ac9501bf5385d3088183de3b0b63d6c018579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Thu, 15 Jun 2006 13:05:50 +0000 Subject: Make HAVE_WAND and HAVE_GDK_PIXBUF a single conditional. CVS patchset: 8037 CVS date: 2006/06/15 13:05:50 --- src/demuxers/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') 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 -- cgit v1.2.3