summaryrefslogtreecommitdiff
path: root/src/demuxers/Makefile.am
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-10-27 00:27:26 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-10-27 00:27:26 +0000
commit01fe9e47e5c03c959dd0428d439db3cc74e5a741 (patch)
tree5c7f464e955e1b08b5519a216da38049de1489a1 /src/demuxers/Makefile.am
parent6673bb023265e262044e4a2784db0a16113f3f52 (diff)
downloadxine-lib-01fe9e47e5c03c959dd0428d439db3cc74e5a741.tar.gz
xine-lib-01fe9e47e5c03c959dd0428d439db3cc74e5a741.tar.bz2
another demuxer with broken status reporting
CVS patchset: 3033 CVS date: 2002/10/27 00:27:26
Diffstat (limited to 'src/demuxers/Makefile.am')
-rw-r--r--src/demuxers/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am
index 18028e01f..eedf2a462 100644
--- a/src/demuxers/Makefile.am
+++ b/src/demuxers/Makefile.am
@@ -6,9 +6,9 @@ libdir = $(XINE_PLUGINDIR)
# Sensing of OGG/VORBIS, ZLIB and ASF is broken in cvscompile.sh.
-#if HAVE_VORBIS
-#ogg_module = xineplug_dmx_ogg.la
-#endif
+if HAVE_VORBIS
+ogg_module = xineplug_dmx_ogg.la
+endif
#if HAVE_ZLIB
#qt_modules = xineplug_dmx_qt.la
@@ -35,7 +35,7 @@ endif
# xineplug_dmx_yuv4mpeg2.la xineplug_dmx_real.la
# xineplug_dmx_mpeg_pes.la xineplug_dmx_mpeg_ts.la
-lib_LTLIBRARIES = $(asf_module) xineplug_dmx_avi.la\
+lib_LTLIBRARIES = $(ogg_module) $(asf_module) xineplug_dmx_avi.la\
xineplug_dmx_mpeg_block.la \
xineplug_dmx_mpeg.la \
xineplug_dmx_mpeg_audio.la \