changeset 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 14462e7a4945
children d1f5b68b68f3
files libvo/font_load_ft.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;