From 42a87fc6113bc14bbd14681e209a8c91c4b87a90 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Mon, 25 Jan 2010 13:57:32 +0100 Subject: Disable libass fallbacks for fontconfig < 2.4.2 libass doesn't support fontconfig < 2.4.2 so fallbacks for these ancient versions aren't needed anymore. Also update the man page (English, German) to reflect the change. Additionally note that -embeddedfonts controls the use of ASS script embedded fonts too. -embeddedfonts is now always enabled by default. Fonts are never extracted into a directory anymore but passed to libass via memory. --- ass_mp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ass_mp.h') diff --git a/ass_mp.h b/ass_mp.h index 41b120c4da..58ebae0938 100644 --- a/ass_mp.h +++ b/ass_mp.h @@ -36,7 +36,7 @@ extern float ass_font_scale; extern float ass_line_spacing; extern int ass_top_margin; extern int ass_bottom_margin; -extern int extract_embedded_fonts; +extern int use_embedded_fonts; extern char **ass_force_style_list; extern int ass_use_margins; extern char *ass_color; -- cgit v1.2.3