summaryrefslogtreecommitdiffstats
path: root/old-makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-17 23:48:03 +0100
committerwm4 <wm4@nowhere>2015-02-17 23:48:03 +0100
commit7f03f46882ec4e9eb9d9857cf5cc393bb3afa7ca (patch)
treebc111e4d31064b0577debf531690731b5acba62a /old-makefile
parentf9872ab26fad62766f62be112436482ef3e7e07b (diff)
downloadmpv-7f03f46882ec4e9eb9d9857cf5cc393bb3afa7ca.tar.bz2
mpv-7f03f46882ec4e9eb9d9857cf5cc393bb3afa7ca.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.
Diffstat (limited to 'old-makefile')
-rw-r--r--old-makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/old-makefile b/old-makefile
index 5635986ef6..c5de343f5c 100644
--- a/old-makefile
+++ b/old-makefile
@@ -220,7 +220,6 @@ SOURCES = audio/audio.c \
player/sub.c \
player/video.c \
player/timeline/tl_mpv_edl.c \
- player/timeline/tl_cue.c \
stream/cache.c \
stream/cache_file.c \
stream/cookies.c \