summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJuergen Keil <jkeil@users.sourceforge.net>2002-12-20 11:10:45 +0000
committerJuergen Keil <jkeil@users.sourceforge.net>2002-12-20 11:10:45 +0000
commitcf61759921111b3cdc86dc28ccefa671b8e886fb (patch)
treea7082f0fec674c621c49b46bae16c1f8b9801b0a /src
parent3572708fa1fc7464ae75d567a0126326a80d48ee (diff)
downloadxine-lib-cf61759921111b3cdc86dc28ccefa671b8e886fb.tar.gz
xine-lib-cf61759921111b3cdc86dc28ccefa671b8e886fb.tar.bz2
Do not compile the 'mng' demuxer, when the autoconf stuff has detected that
we do not have the necessary libs/includes installed on the build system. CVS patchset: 3593 CVS date: 2002/12/20 11:10:45
Diffstat (limited to 'src')
-rw-r--r--src/demuxers/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am
index fd7ed203b..de5446db0 100644
--- a/src/demuxers/Makefile.am
+++ b/src/demuxers/Makefile.am
@@ -48,8 +48,7 @@ lib_LTLIBRARIES = $(ogg_module) $(asf_module) $(mng_module) \
xineplug_dmx_real.la \
xineplug_dmx_realaudio.la \
xineplug_dmx_eawve.la \
- xineplug_dmx_mpeg_ts.la \
- xineplug_dmx_mng.la
+ xineplug_dmx_mpeg_ts.la
xineplug_dmx_ogg_la_SOURCES = demux_ogg.c
xineplug_dmx_ogg_la_LIBADD = $(OGG_LIBS) $(VORBIS_LIBS) $(XINELIB)