summaryrefslogtreecommitdiffstats
path: root/TOOLS/old-makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-10 19:50:43 +0100
committerwm4 <wm4@nowhere>2015-12-10 22:53:37 +0100
commita6521f394122ee1ce097ceba5d0fc18ad4fd7e7a (patch)
treeeff5883467963c0f2a0f45b1dc588338439253b0 /TOOLS/old-makefile
parent475fe453cc8fa828e395da100cf2c07e1e6542ea (diff)
downloadmpv-a6521f394122ee1ce097ceba5d0fc18ad4fd7e7a.tar.bz2
mpv-a6521f394122ee1ce097ceba5d0fc18ad4fd7e7a.tar.xz
demux: remove old subtitle parser
All of these are supported by FFmpeg now. It was disabled by default too (with FFmpeg). If compiled against Libav, mpv will lose the ability to read some subtitle formats (but the most important ones, srt and ass, still should work).
Diffstat (limited to 'TOOLS/old-makefile')
-rw-r--r--TOOLS/old-makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/TOOLS/old-makefile b/TOOLS/old-makefile
index 8645b94a4f..c1b5079973 100644
--- a/TOOLS/old-makefile
+++ b/TOOLS/old-makefile
@@ -160,7 +160,6 @@ SOURCES = audio/audio.c \
demux/demux_playlist.c \
demux/demux_rar.c \
demux/demux_raw.c \
- demux/demux_subreader.c \
demux/ebml.c \
demux/packet.c \
demux/timeline.c \