summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-19 21:36:21 +0200
committerwm4 <wm4@nowhere>2015-05-19 21:36:21 +0200
commit0ed1719e1a4a9215a45fd0281c09d4e3553b9be7 (patch)
treedb5abc66af5adccb755b6f36cde86c1ce44a5f7f /wscript_build.py
parent1919f1e05be38d7c28c9430efaee7edf15fc21b3 (diff)
downloadmpv-0ed1719e1a4a9215a45fd0281c09d4e3553b9be7.tar.bz2
mpv-0ed1719e1a4a9215a45fd0281c09d4e3553b9be7.tar.xz
demux_cue: move cue parser to a separate file
Preparation for the next commit.
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 6961c938b7..0dcb006a4d 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -167,6 +167,7 @@ def build(ctx):
## Demuxers
( "demux/codec_tags.c" ),
+ ( "demux/cue.c" ),
( "demux/demux.c" ),
( "demux/demux_cue.c" ),
( "demux/demux_disc.c" ),