From b67498fe91f91067560afd0a5e99aa5d241d840b Mon Sep 17 00:00:00 2001 From: Laurent Aimar Date: Sun, 2 May 2010 02:32:10 +0200 Subject: [PATCH] Fixed compilation of freetype module without fontconfig. --- modules/misc/freetype.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/misc/freetype.c b/modules/misc/freetype.c index 0e47772aea..e8f9bbfc3c 100644 --- a/modules/misc/freetype.c +++ b/modules/misc/freetype.c @@ -420,7 +420,6 @@ static int Create( vlc_object_t *p_this ) #else - p_sys->psz_fontfamily = strdup( DEFAULT_FONT ); psz_fontfile = psz_fontfamily; #endif -- 2.39.2