summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)