summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-17 23:48:03 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-02-19 13:39:38 +0900
commitb2aa388f27f5fe2711426eb2bec685d9d1be5f0c (patch)
tree0e459dd0e27f74f98ca690cfd616ad870b77bb7c /wscript_build.py
parentfea1dc0cd5c7611e9600f1a42b9c7f4c72a75058 (diff)
downloadmpv-b2aa388f27f5fe2711426eb2bec685d9d1be5f0c.tar.bz2
mpv-b2aa388f27f5fe2711426eb2bec685d9d1be5f0c.tar.xz
demux_cue: move implementation
Move the implementation, of which most was in tl_cue.c, to demux_cue.c. Currently, this is illogical, because tl_cue.c still accesses MPContext. This is going to change, and then it will be better if everything is in demux_cue.c. This is only a separate commit to distinguish code movement and actual work; the next commit will do the actual work. (cherry picked from commit 7f03f46882ec4e9eb9d9857cf5cc393bb3afa7ca)
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 6d328c8d65..34ae3ff3e9 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -224,7 +224,6 @@ def build(ctx):
( "player/screenshot.c" ),
( "player/scripting.c" ),
( "player/sub.c" ),
- ( "player/timeline/tl_cue.c" ),
( "player/timeline/tl_mpv_edl.c" ),
( "player/video.c" ),