From 4284cf9ef050044619c773b195f0eb941f922e88 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Wed, 19 May 2010 01:05:25 +0300 Subject: subtitles: style support for common SubRip tags and MicroDVD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SubRip subtitles have no "official" spec for any styling support, but various tags are in common use; previous code filtered out text between <> to remove HTML-style tags. Add support for those tags and for MicroDVD subtitle styling. The style display is implemented by converting the subtitles to the ASS subtitle format and displaying them with libass, so libass needs to be enabled. Original patch by Clément Bœsch . --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9f5dbc6f23..15bbfbc31c 100644 --- a/Makefile +++ b/Makefile @@ -517,6 +517,7 @@ SRCS_COMMON = asxparser.c \ stream/stream_null.c \ stream/url.c \ sub/dec_sub.c \ + sub/subassconvert.c \ $(SRCS_COMMON-yes) -- cgit v1.2.3