Commit acf2695f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Freetype: more debug for Fc Building, aimed at Win32

parent 3c777414
......@@ -542,6 +542,7 @@ static vlc_object_t *FontBuilderAttach( filter_t *p_filter )
if( p_fontbuilder )
{
var_AddCallback( p_fontbuilder, "build-done", FontBuilderDone, p_filter );
msg_Warn( p_filter, "Building the Fontconfig cache" );
FontBuilderGetFcConfig( p_filter, p_fontbuilder );
}
vlc_mutex_unlock( &fb_lock );
......
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