From e798cf1ff64527cd2ed9fc3bab8dbc2d0c7a52de Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 15 Dec 2015 21:05:09 +0100 Subject: 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. --- 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 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" ), -- cgit v1.2.3