summaryrefslogtreecommitdiff
path: root/src/demuxers/Makefile.am
diff options
context:
space:
mode:
authorJuergen Keil <jkeil@users.sourceforge.net>2002-10-23 10:08:48 +0000
committerJuergen Keil <jkeil@users.sourceforge.net>2002-10-23 10:08:48 +0000
commitafd86aaff86d8560f5c125ed8297cd7deccd2bf4 (patch)
treeb0351374bebd6a504455d1d0968820fc86f0cb80 /src/demuxers/Makefile.am
parent964e92530a7dab48d732aa8805975b6dc4718ce6 (diff)
downloadxine-lib-afd86aaff86d8560f5c125ed8297cd7deccd2bf4.tar.gz
xine-lib-afd86aaff86d8560f5c125ed8297cd7deccd2bf4.tar.bz2
re-enable demux_mpeg
CVS patchset: 2958 CVS date: 2002/10/23 10:08:48
Diffstat (limited to 'src/demuxers/Makefile.am')
-rw-r--r--src/demuxers/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am
index c386289a6..18028e01f 100644
--- a/src/demuxers/Makefile.am
+++ b/src/demuxers/Makefile.am
@@ -37,6 +37,7 @@ endif
lib_LTLIBRARIES = $(asf_module) xineplug_dmx_avi.la\
xineplug_dmx_mpeg_block.la \
+ xineplug_dmx_mpeg.la \
xineplug_dmx_mpeg_audio.la \
xineplug_dmx_film.la \
xineplug_dmx_qt.la \
@@ -59,9 +60,9 @@ xineplug_dmx_mpeg_block_la_SOURCES = demux_mpeg_block.c
xineplug_dmx_mpeg_block_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la
xineplug_dmx_mpeg_block_la_LDFLAGS = -avoid-version -module
-#xineplug_dmx_mpeg_la_SOURCES = demux_mpeg.c
-#xineplug_dmx_mpeg_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la
-#xineplug_dmx_mpeg_la_LDFLAGS = -avoid-version -module
+xineplug_dmx_mpeg_la_SOURCES = demux_mpeg.c
+xineplug_dmx_mpeg_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la
+xineplug_dmx_mpeg_la_LDFLAGS = -avoid-version -module
xineplug_dmx_mpeg_audio_la_SOURCES = demux_mpgaudio.c
xineplug_dmx_mpeg_audio_la_LIBADD = -lm $(top_builddir)/src/xine-engine/libxine.la