summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-11-11 21:28:20 +0100
committerwm4 <wm4@nowhere>2015-11-11 21:28:20 +0100
commit384b13c5fd3fa87bad4bedbb3db369cdfb05de2b (patch)
treeda1587737665748e29dd7ddd39d9ae4fa66c8b8e /TOOLS
parent977869a804b0fca932bcbe1d26b756d2e9860d0f (diff)
downloadmpv-384b13c5fd3fa87bad4bedbb3db369cdfb05de2b.tar.bz2
mpv-384b13c5fd3fa87bad4bedbb3db369cdfb05de2b.tar.xz
demux_libass: remove this demuxer
This loaded external .ass files via libass. libavformat's .ass reader is now good enough, so use that instead. Apparently libavformat still doesn't support fonts embedded into text .ass files, but support for this has been accidentally broken in mpv for a while anyway. (And only 1 person complained.)
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/old-makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/TOOLS/old-makefile b/TOOLS/old-makefile
index 5db558b815..29d9b73eed 100644
--- a/TOOLS/old-makefile
+++ b/TOOLS/old-makefile
@@ -36,8 +36,7 @@ SOURCES-$(DVDNAV) += stream/stream_dvdnav.c \
stream/stream_dvd_common.c
SOURCES-$(RUBBERBAND) += audio/filter/af_rubberband.c
-SOURCES-$(LIBASS) += sub/ass_mp.c sub/sd_ass.c \
- demux/demux_libass.c
+SOURCES-$(LIBASS) += sub/ass_mp.c sub/sd_ass.c
SOURCES-$(LIBBLURAY) += stream/stream_bluray.c