summaryrefslogtreecommitdiffstats
path: root/TOOLS
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 /TOOLS
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 'TOOLS')
-rw-r--r--TOOLS/old-makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/TOOLS/old-makefile b/TOOLS/old-makefile
index 43b996f96f..c5bb33c0bb 100644
--- a/TOOLS/old-makefile
+++ b/TOOLS/old-makefile
@@ -224,7 +224,6 @@ SOURCES = audio/audio.c \
sub/osd.c \
sub/sd_lavc.c \
sub/sd_lavc_conv.c \
- sub/sd_srt.c \
ta/ta.c \
ta/ta_utils.c \
ta/ta_talloc.c \