From 384b13c5fd3fa87bad4bedbb3db369cdfb05de2b Mon Sep 17 00:00:00 2001
From: wm4 <wm4@nowhere>
Date: Wed, 11 Nov 2015 21:28:20 +0100
Subject: 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.)
---
 TOOLS/old-makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'TOOLS')

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
 
-- 
cgit v1.2.3