# HG changeset patch # User siretart # Date 1245230179 0 # Node ID c2ace2a6a01cfd3e6daba214e19487ded2b91869 # Parent 14462e7a4945ad427d0c134dfab26c9c5788c245 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. diff -r 14462e7a4945 -r c2ace2a6a01c libvo/font_load_ft.c --- 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;