From 7f03f46882ec4e9eb9d9857cf5cc393bb3afa7ca Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 17 Feb 2015 23:48:03 +0100 Subject: 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. --- wscript_build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 746a08790e..694b22f817 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -225,7 +225,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" ), -- cgit v1.2.3