[vlc-devel] commit: Freetype: more debug for Fc Building, aimed at Win32 ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Mon Aug 3 23:47:01 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Aug 3 23:28:44 2009 +0200| [acf2695ffa2502ade14ec1a843b3320056b25a17] | committer: Jean-Baptiste Kempf
Freetype: more debug for Fc Building, aimed at Win32
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=acf2695ffa2502ade14ec1a843b3320056b25a17
---
modules/misc/freetype.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/misc/freetype.c b/modules/misc/freetype.c
index 0058a4b..8181a6e 100644
--- a/modules/misc/freetype.c
+++ b/modules/misc/freetype.c
@@ -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 );
More information about the vlc-devel
mailing list