summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-15 21:03:34 +0100
committerwm4 <wm4@nowhere>2015-12-15 21:05:48 +0100
commit29226e6a994e829c637f04cfd7f3574f0699885c (patch)
tree446aa2cb4af5cf131b52f5cf5cfe946f3a63bbb5 /TOOLS
parentd0fd68f6dfeac03d07a005f230cdec0756636075 (diff)
downloadmpv-29226e6a994e829c637f04cfd7f3574f0699885c.tar.bz2
mpv-29226e6a994e829c637f04cfd7f3574f0699885c.tar.xz
sub: remove sd_movtext.c
libavcodec's movtext-to-ass converter does the same and has more features. On Libav, this commit disables mp4 subtitle display.
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 c1b5079973..cf51483dd5 100644
--- a/TOOLS/old-makefile
+++ b/TOOLS/old-makefile
@@ -226,7 +226,6 @@ SOURCES = audio/audio.c \
sub/sd_lavc_conv.c \
sub/sd_lavf_srt.c \
sub/sd_microdvd.c \
- sub/sd_movtext.c \
sub/sd_srt.c \
ta/ta.c \
ta/ta_utils.c \