summaryrefslogtreecommitdiff
path: root/src/demuxers/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/demuxers/Makefile.am')
-rw-r--r--src/demuxers/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am
index e7a64cd6d..a286c514c 100644
--- a/src/demuxers/Makefile.am
+++ b/src/demuxers/Makefile.am
@@ -13,7 +13,7 @@ libdir = $(XINE_PLUGINDIR)
# xineplug_dmx_mpeg.la xineplug_dmx_mpeg_audio.la \
# xineplug_dmx_mpeg_elem.la
lib_LTLIBRARIES = xineplug_dmx_avi.la xineplug_dmx_mpeg_block.la \
- xineplug_dmx_mpeg.la
+ xineplug_dmx_mpeg.la xineplug_dmx_mpeg_elem.la
xineplug_dmx_avi_la_SOURCES = demux_avi.c
xineplug_dmx_avi_la_LDFLAGS = -avoid-version -module
@@ -27,8 +27,8 @@ xineplug_dmx_mpeg_la_LDFLAGS = -avoid-version -module
#xineplug_dmx_mpeg_audio_la_SOURCES = demux_mpgaudio.c
#xineplug_dmx_mpeg_audio_la_LDFLAGS = -avoid-version -module
-#xineplug_dmx_mpeg_elem_la_SOURCES = demux_elem.c
-#xineplug_dmx_mpeg_elem_la_LDFLAGS = -avoid-version -module
+xineplug_dmx_mpeg_elem_la_SOURCES = demux_elem.c
+xineplug_dmx_mpeg_elem_la_LDFLAGS = -avoid-version -module
include_HEADERS = demux.h