[MPlayer-cvslog] r29370 - trunk/libvo/font_load_ft.c
siretart
subversion at mplayerhq.hu
Wed Jun 17 11:16:19 CEST 2009
Author: siretart
Date: Wed Jun 17 11:16:19 2009
New Revision: 29370
Log:
enable fontconfig support by default. This change takes only in effect,
if fontconfig support is actually compiled in.
Modified:
trunk/libvo/font_load_ft.c
Modified: trunk/libvo/font_load_ft.c
==============================================================================
--- trunk/libvo/font_load_ft.c Wed Jun 17 11:14:17 2009 (r29369)
+++ trunk/libvo/font_load_ft.c Wed Jun 17 11:16:19 2009 (r29370)
@@ -71,7 +71,7 @@ int vo_image_height = 0;
int force_load_font;
int using_freetype = 0;
-int font_fontconfig = 0;
+int font_fontconfig = 1;
//// constants
static unsigned int const colors = 256;
More information about the MPlayer-cvslog
mailing list