[MPlayer-cvslog] r32277 - trunk/libass/ass_mp.c
diego
subversion at mplayerhq.hu
Thu Sep 16 20:56:56 CEST 2010
Author: diego
Date: Thu Sep 16 20:56:56 2010
New Revision: 32277
Log:
Remove pointless fontconfig #ifdefs and conditional font_fontconfig declaration.
This fixes compilation when fontconfig is disabled.
Modified:
trunk/libass/ass_mp.c
Modified: trunk/libass/ass_mp.c
==============================================================================
--- trunk/libass/ass_mp.c Thu Sep 16 20:44:19 2010 (r32276)
+++ trunk/libass/ass_mp.c Thu Sep 16 20:56:56 2010 (r32277)
@@ -50,12 +50,6 @@ char* ass_border_color = NULL;
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
More information about the MPlayer-cvslog
mailing list