From a6521f394122ee1ce097ceba5d0fc18ad4fd7e7a Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 10 Dec 2015 19:50:43 +0100 Subject: demux: remove old subtitle parser All of these are supported by FFmpeg now. It was disabled by default too (with FFmpeg). If compiled against Libav, mpv will lose the ability to read some subtitle formats (but the most important ones, srt and ass, still should work). --- TOOLS/old-makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/old-makefile b/TOOLS/old-makefile index 8645b94a4f..c1b5079973 100644 --- a/TOOLS/old-makefile +++ b/TOOLS/old-makefile @@ -160,7 +160,6 @@ SOURCES = audio/audio.c \ demux/demux_playlist.c \ demux/demux_rar.c \ demux/demux_raw.c \ - demux/demux_subreader.c \ demux/ebml.c \ demux/packet.c \ demux/timeline.c \ -- cgit v1.2.3