comparison libass/ass_mp.c @ 32015:c6a2fbf92fc3

Refactor all font_fontconfig extern declarations to libvo/font_load.h.
author diego
date Wed, 08 Sep 2010 19:35:02 +0000
parents 960f3f35ebda
children d6def8038a47
comparison
equal deleted inserted replaced
32014:960f3f35ebda 32015:c6a2fbf92fc3
53 char* ass_border_color = NULL; 53 char* ass_border_color = NULL;
54 char* ass_styles_file = NULL; 54 char* ass_styles_file = NULL;
55 int ass_hinting = ASS_HINTING_NATIVE + 4; // native hinting for unscaled osd 55 int ass_hinting = ASS_HINTING_NATIVE + 4; // native hinting for unscaled osd
56 56
57 #ifdef CONFIG_FONTCONFIG 57 #ifdef CONFIG_FONTCONFIG
58 extern int font_fontconfig; 58 #include "libvo/font_load.h"
59 #else 59 #else
60 static int font_fontconfig = -1; 60 static int font_fontconfig = -1;
61 #endif 61 #endif
62 extern char* font_name; 62 extern char* font_name;
63 extern char* sub_font_name; 63 extern char* sub_font_name;