summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-17 23:47:37 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-02-19 13:39:38 +0900
commit8161b47e73f96ffb6ae505008a1fa0dd48e1694d (patch)
treeab129bfeb490a94adb7504d9bc07e0f290449937 /wscript_build.py
parentf113e03b8929ea7dc46c7de9bc5209dfef303165 (diff)
downloadmpv-8161b47e73f96ffb6ae505008a1fa0dd48e1694d.tar.bz2
mpv-8161b47e73f96ffb6ae505008a1fa0dd48e1694d.tar.xz
matroska: move timeline code to demux/
Separate from previous commit, because git is bad at tracking file renames when the file contents are also changed. (cherry picked from commit edc0007e74ab4ad043f35eed8cdebd9ed73c8062)
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 0b7a4b202a..6d328c8d65 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -172,6 +172,7 @@ def build(ctx):
( "demux/demux_libass.c", "libass"),
( "demux/demux_mf.c" ),
( "demux/demux_mkv.c" ),
+ ( "demux/demux_mkv_timeline.c" ),
( "demux/demux_playlist.c" ),
( "demux/demux_raw.c" ),
( "demux/demux_subreader.c" ),
@@ -225,7 +226,6 @@ def build(ctx):
( "player/sub.c" ),
( "player/timeline/tl_cue.c" ),
( "player/timeline/tl_mpv_edl.c" ),
- ( "player/timeline/tl_matroska.c" ),
( "player/video.c" ),
## Streams