summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-15 21:05:09 +0100
committerwm4 <wm4@nowhere>2015-12-15 21:05:48 +0100
commite798cf1ff64527cd2ed9fc3bab8dbc2d0c7a52de (patch)
tree430f112acd336e4faf3e6c74e98cc64996752d15 /wscript_build.py
parentcab942acae8772f638a0bb392a4d04ca21bea224 (diff)
downloadmpv-e798cf1ff64527cd2ed9fc3bab8dbc2d0c7a52de.tar.bz2
mpv-e798cf1ff64527cd2ed9fc3bab8dbc2d0c7a52de.tar.xz
sub: remove sd_srt.c
The FFmpeg subtitle converter does the same. There used to be some deficiencies in FFmpeg's code, but it seems at least some of them have been fixed. There also used to be the timestamp issue (see previous commit messages), but this doesn't matter anymore. So no reason to keep this code - get rid of it.
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 ccc991dd16..f04a610b83 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -260,7 +260,6 @@ def build(ctx):
( "sub/sd_ass.c", "libass" ),
( "sub/sd_lavc.c" ),
( "sub/sd_lavc_conv.c" ),
- ( "sub/sd_srt.c" ),
## Video
( "video/csputils.c" ),