diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/demuxers/Makefile.am | 5 |
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 |