From: Laurent Aimar Date: Sun, 2 May 2010 00:32:10 +0000 (+0200) Subject: Fixed compilation of freetype module without fontconfig. X-Git-Tag: 1.2.0-pre1~6804 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b67498fe91f91067560afd0a5e99aa5d241d840b;p=vlc Fixed compilation of freetype module without fontconfig. --- 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