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). --- wscript_build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index ea52bfbd44..3cd0d9fad0 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -168,7 +168,6 @@ def build(ctx): ( "demux/demux_playlist.c" ), ( "demux/demux_raw.c" ), ( "demux/demux_rar.c" ), - ( "demux/demux_subreader.c" ), ( "demux/demux_tv.c", "tv" ), ( "demux/ebml.c" ), ( "demux/packet.c" ), -- cgit v1.2.3