summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-15 21:03:42 +0100
committerwm4 <wm4@nowhere>2015-12-15 21:05:48 +0100
commitc7985fe5f705523fe2fd150b1c50de9185e512e6 (patch)
tree8a47a38a18c4534aa2498ca2bcb728d16e4021f0 /wscript_build.py
parent29226e6a994e829c637f04cfd7f3574f0699885c (diff)
downloadmpv-c7985fe5f705523fe2fd150b1c50de9185e512e6.tar.bz2
mpv-c7985fe5f705523fe2fd150b1c50de9185e512e6.tar.xz
sub: remove sd_lavf_srt.c
This restored timestamps when demuxing srt subtitles in Libav, which was important for avoiding slightly overlapping subtitles. Since the way this works was changed, there is no real reason to maintain proper timestamps anymore on this level - this can be dropped without issues.
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 7ac33c8764..148f59d5d9 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_lavf_srt.c" ),
( "sub/sd_microdvd.c" ),
( "sub/sd_srt.c" ),