From cf61759921111b3cdc86dc28ccefa671b8e886fb Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Fri, 20 Dec 2002 11:10:45 +0000 Subject: 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 --- src/demuxers/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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) -- cgit v1.2.3