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 --- TODO | 8 ++++++++ src/demuxers/Makefile.am | 6 +++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 1cab463b2..0a462642b 100644 --- a/TODO +++ b/TODO @@ -61,6 +61,14 @@ Assigned tasks Matthias Hopf +- win32 port + + Matthew Grooms + +- kde part / qt port + + Philip Stadermann + Open Tasks ========== 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