Commit 936532d7 authored by Pierre Ynard's avatar Pierre Ynard

freetype: fix #ifdef's

parent 3d1adc71
...@@ -326,7 +326,6 @@ static int Create( vlc_object_t *p_this ) ...@@ -326,7 +326,6 @@ static int Create( vlc_object_t *p_this )
#ifdef HAVE_FONTCONFIG #ifdef HAVE_FONTCONFIG
free( psz_fontfamily); free( psz_fontfamily);
psz_fontfamily=strdup( DEFAULT_FONT ); psz_fontfamily=strdup( DEFAULT_FONT );
#endif
#else #else
free( psz_fontfamily ); free( psz_fontfamily );
psz_fontfamily = (char *)malloc( PATH_MAX + 1 ); psz_fontfamily = (char *)malloc( PATH_MAX + 1 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment