From b7739b505da3734e9573179446822abaf4b78432 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sun, 29 Jul 2001 22:21:07 +0000 Subject: transport stream demultiplexer contributed by shaheed CVS patchset: 363 CVS date: 2001/07/29 22:21:07 --- src/demuxers/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am index fe12b26f7..faca83356 100644 --- a/src/demuxers/Makefile.am +++ b/src/demuxers/Makefile.am @@ -11,7 +11,8 @@ libdir = $(XINE_PLUGINDIR) # lib_LTLIBRARIES = xineplug_dmx_avi.la xineplug_dmx_mpeg_block.la \ xineplug_dmx_mpeg.la xineplug_dmx_mpeg_elem.la \ - xineplug_dmx_mpeg_audio.la xineplug_dmx_mpeg_pes.la + xineplug_dmx_mpeg_audio.la xineplug_dmx_mpeg_pes.la \ + xineplug_dmx_mpeg_ts.la xineplug_dmx_avi_la_SOURCES = demux_avi.c xineplug_dmx_avi_la_LDFLAGS = -avoid-version -module @@ -32,6 +33,9 @@ xineplug_dmx_mpeg_elem_la_LDFLAGS = -avoid-version -module xineplug_dmx_mpeg_pes_la_SOURCES = demux_pes.c xineplug_dmx_mpeg_pes_la_LDFLAGS = -avoid-version -module +xineplug_dmx_mpeg_ts_la_SOURCES = demux_ts.c +xineplug_dmx_mpeg_ts_la_LDFLAGS = -avoid-version -module + include_HEADERS = demux.h ## -- cgit v1.2.3