Commit 37a4eca2 authored by Denis Charmet's avatar Denis Charmet Committed by Rémi Duraffort

fix freetype compilation for WIN32 without HAVE_FONTCONFIG

Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent 8c499322
......@@ -479,11 +479,11 @@ error:
#ifdef HAVE_FONTCONFIG
if( fontmatch ) FcPatternDestroy( fontmatch );
if( fontpattern ) FcPatternDestroy( fontpattern );
#endif
#ifdef WIN32
if( p_dialog )
dialog_ProgressDestroy( p_dialog );
#endif
#endif
if( p_sys->p_face ) FT_Done_Face( p_sys->p_face );
......
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