From 8be9c49fcd8b23463199036eda5fc290ded6d078 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 25 Aug 2013 20:40:21 +0200 Subject: core: add a playlist demuxer Modeled after the old playlist_parser.c, but actually new code, and it works a bit differently. Demuxers (and sometimes streams) are the component that should be used to open files and to determine the file format. This was already done for subtitles, but playlists still use a separate code path. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e5a0c576b8..a2bb6b7300 100644 --- a/Makefile +++ b/Makefile @@ -171,8 +171,9 @@ SOURCES = talloc.c \ demux/demux_lavf.c \ demux/demux_mf.c \ demux/demux_mkv.c \ - demux/demux_subreader.c \ + demux/demux_playlist.c \ demux/demux_raw.c \ + demux/demux_subreader.c \ demux/ebml.c \ demux/mf.c \ mpvcore/asxparser.c \ -- cgit v1.2.3