changeset 32193:7773438f5abf

Remove pointless fontconfig #ifdefs and conditional font_fontconfig declaration. This fixes compilation when fontconfig is disabled.
author diego
date Thu, 16 Sep 2010 18:56:56 +0000
parents b8db5f35970b
children 26f7bcb5fd7f
files libass/ass_mp.c
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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