summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/font_load_ft.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libvo/font_load_ft.c b/libvo/font_load_ft.c
index 3c1ff55d19..41a0f886cb 100644
--- a/libvo/font_load_ft.c
+++ b/libvo/font_load_ft.c
@@ -70,7 +70,11 @@ int vo_image_height = 0;
int force_load_font;
int using_freetype = 0;
+#ifdef CONFIG_FONTCONFIG
int font_fontconfig = 1;
+#else
+int font_fontconfig = -1;
+#endif
//// constants
static unsigned int const colors = 256;