]> git.sesse.net Git - vlc/commitdiff
freetype: fix #ifdef's
authorPierre Ynard <linkfanel@yahoo.fr>
Wed, 16 Sep 2009 09:42:38 +0000 (11:42 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Wed, 16 Sep 2009 09:42:38 +0000 (11:42 +0200)
modules/misc/freetype.c

index 9ec0e9022d56ad3607f6df07c407153503dd0d43..c5d291d629c3e126e2346ea1ac544c4e0a90bb45 100644 (file)
@@ -326,7 +326,6 @@ static int Create( vlc_object_t *p_this )
 #ifdef HAVE_FONTCONFIG
         free( psz_fontfamily);
         psz_fontfamily=strdup( DEFAULT_FONT );
-#endif
 #else
         free( psz_fontfamily );
         psz_fontfamily = (char *)malloc( PATH_MAX + 1 );