summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-10 19:50:43 +0100
committerwm4 <wm4@nowhere>2015-12-10 22:53:37 +0100
commita6521f394122ee1ce097ceba5d0fc18ad4fd7e7a (patch)
treeeff5883467963c0f2a0f45b1dc588338439253b0 /wscript_build.py
parent475fe453cc8fa828e395da100cf2c07e1e6542ea (diff)
downloadmpv-a6521f394122ee1ce097ceba5d0fc18ad4fd7e7a.tar.bz2
mpv-a6521f394122ee1ce097ceba5d0fc18ad4fd7e7a.tar.xz
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).
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 0 insertions, 1 deletions
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" ),