diff libvo/font_load_ft.c @ 29328:c2ace2a6a01c

Enable fontconfig support by default. This change takes only in effect, if fontconfig support is actually compiled in. If freetype is not enabled, this patch should have no effect as well. The visible result of this patch is to avoid the warning about a missing ~/.mplayer/subfont.ttf when starting mplayer (or gmplayer) without parameters, like done from the .desktop file.
author siretart
date Wed, 17 Jun 2009 09:16:19 +0000
parents 0f1b5b68af32
children d39aa2e3a91f
line wrap: on
line diff
--- a/libvo/font_load_ft.c	Wed Jun 17 09:14:17 2009 +0000
+++ b/libvo/font_load_ft.c	Wed Jun 17 09:16:19 2009 +0000
@@ -71,7 +71,7 @@
 int force_load_font;
 
 int using_freetype = 0;
-int font_fontconfig = 0;
+int font_fontconfig = 1;
 
 //// constants
 static unsigned int const colors = 256;