summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/demuxers/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am
index 57cfac345..1dd074214 100644
--- a/src/demuxers/Makefile.am
+++ b/src/demuxers/Makefile.am
@@ -9,16 +9,20 @@ if HAVE_VORBIS
ogg_module = xineplug_dmx_ogg.la
endif
+if HAVE_ZLIB
+qt_modules = xineplug_dmx_qt.la
+endif
+
##
# IMPORTANT:
# ---------
# All of xine demuxer plugins should be named like the scheme "xineplug_dmx_"
#
-lib_LTLIBRARIES = $(ogg_module) xineplug_dmx_avi.la \
+lib_LTLIBRARIES = $(ogg_module) $(qt_modules) xineplug_dmx_avi.la \
xineplug_dmx_mpeg_block.la xineplug_dmx_mpeg.la \
xineplug_dmx_mpeg_elem.la xineplug_dmx_mpeg_audio.la \
xineplug_dmx_mpeg_pes.la xineplug_dmx_mpeg_ts.la \
- xineplug_dmx_qt.la xineplug_dmx_asf.la
+ xineplug_dmx_asf.la
xineplug_dmx_ogg_la_SOURCES = demux_ogg.c
xineplug_dmx_ogg_la_LIBADD = @OGG_LIBS@