[MPlayer-cvslog] r31113 - in branches/1.0rc3: . libvo/font_load_ft.c

siretart subversion at mplayerhq.hu
Sat May 1 20:12:26 CEST 2010


Author: siretart
Date: Sat May  1 20:12:26 2010
New Revision: 31113

Log:
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.

backport r29370 by siretart

Modified:
   branches/1.0rc3/   (props changed)
   branches/1.0rc3/libvo/font_load_ft.c

Modified: branches/1.0rc3/libvo/font_load_ft.c
==============================================================================
--- branches/1.0rc3/libvo/font_load_ft.c	Sat May  1 20:09:32 2010	(r31112)
+++ branches/1.0rc3/libvo/font_load_ft.c	Sat May  1 20:12:26 2010	(r31113)
@@ -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