Commit 685cd612 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix freetype on Win32

parent bf4626a0
...@@ -417,7 +417,7 @@ static int Create( vlc_object_t *p_this ) ...@@ -417,7 +417,7 @@ static int Create( vlc_object_t *p_this )
goto error; goto error;
} }
FcPatternGetString( fontmatch, FC_FILE, 0, (FcChar8 **)&psz_fontfile); FcPatternGetString( fontmatch, FC_FILE, 0, &psz_fontfile);
FcPatternGetInteger( fontmatch, FC_INDEX, 0, &fontindex ); FcPatternGetInteger( fontmatch, FC_INDEX, 0, &fontindex );
if( !psz_fontfile ) if( !psz_fontfile )
{ {
......
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