summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO8
-rw-r--r--src/demuxers/Makefile.am6
2 files changed, 13 insertions, 1 deletions
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
##