summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-05 17:00:23 +0200
committerwm4 <wm4@nowhere>2014-07-05 17:07:15 +0200
commit54a4a25fe9d4504ba60fe40dc15744403a4680f9 (patch)
tree74927e9ff52208cf0db4d6bbb382716453d32d59 /wscript_build.py
parent37085788e4d25b9eba65e850b80c8184b51b0ad3 (diff)
downloadmpv-54a4a25fe9d4504ba60fe40dc15744403a4680f9.tar.bz2
mpv-54a4a25fe9d4504ba60fe40dc15744403a4680f9.tar.xz
tv: move demuxer parts to separate file
Now all demuxer implementations (at least demuxer API-wise) are in the demux directory.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 95ca54b187..62446d1907 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -183,6 +183,7 @@ def build(ctx):
( "demux/demux_playlist.c" ),
( "demux/demux_raw.c" ),
( "demux/demux_subreader.c" ),
+ ( "demux/demux_tv.c", "tv" ),
( "demux/ebml.c" ),
( "demux/mf.c" ),
( "demux/packet.c" ),