Commit b67498fe authored by Laurent Aimar's avatar Laurent Aimar

Fixed compilation of freetype module without fontconfig.

parent f9f6f88c
...@@ -420,7 +420,6 @@ static int Create( vlc_object_t *p_this ) ...@@ -420,7 +420,6 @@ static int Create( vlc_object_t *p_this )
#else #else
p_sys->psz_fontfamily = strdup( DEFAULT_FONT );
psz_fontfile = psz_fontfamily; psz_fontfile = psz_fontfamily;
#endif #endif
......
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