demux_cue: move cue parser to a separate file

Preparation for the next commit.
This commit is contained in:
wm4
2015-05-19 21:36:21 +02:00
parent 1919f1e05b
commit 0ed1719e1a
5 changed files with 259 additions and 180 deletions

View File

@@ -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" ),