summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-15 21:04:07 +0100
committerwm4 <wm4@nowhere>2015-12-15 21:05:48 +0100
commitcab942acae8772f638a0bb392a4d04ca21bea224 (patch)
tree78f17513e41281c27b7b5187831101667b01aac4 /TOOLS
parentc7985fe5f705523fe2fd150b1c50de9185e512e6 (diff)
downloadmpv-cab942acae8772f638a0bb392a4d04ca21bea224.tar.bz2
mpv-cab942acae8772f638a0bb392a4d04ca21bea224.tar.xz
sub: remove sd_microdvd.c
This can be dropped for the same reasons as in the previous commits. It removes MicroDVD conversion support on Libav, although MicroDVD files couldn't be read in the first place ever since demux_subreader.c was removed.
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 3865666e02..43b996f96f 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_microdvd.c \
sub/sd_srt.c \
ta/ta.c \
ta/ta_utils.c \