From 9b57e55ee51156eaf25e650b04f51b8b7b7ffa0a Mon Sep 17 00:00:00 2001 From: siretart Date: Wed, 17 Jun 2009 09:16:19 +0000 Subject: [PATCH] enable fontconfig support by default. This change takes only in effect, if fontconfig support is actually compiled in. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29370 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/font_load_ft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvo/font_load_ft.c b/libvo/font_load_ft.c index fdc788e46f..ddaf598069 100644 --- a/libvo/font_load_ft.c +++ b/libvo/font_load_ft.c @@ -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; -- 2.11.4.GIT