# HG changeset patch # User diego # Date 1284663416 0 # Node ID 7773438f5abf3477346543ba3c314fe31d095cfc # Parent b8db5f35970b4e3cdd0e2cffea09db90225ba309 Remove pointless fontconfig #ifdefs and conditional font_fontconfig declaration. This fixes compilation when fontconfig is disabled. diff -r b8db5f35970b -r 7773438f5abf libass/ass_mp.c --- a/libass/ass_mp.c Thu Sep 16 18:44:19 2010 +0000 +++ b/libass/ass_mp.c Thu Sep 16 18:56:56 2010 +0000 @@ -50,12 +50,6 @@ char* ass_styles_file = NULL; int ass_hinting = ASS_HINTING_NATIVE + 4; // native hinting for unscaled osd -#ifdef CONFIG_FONTCONFIG -#include "libvo/font_load.h" -#else -static int font_fontconfig = -1; -#endif - #ifdef CONFIG_ICONV #include "subreader.h" #else