git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c77741
)
Freetype: more debug for Fc Building, aimed at Win32
author
Jean-Baptiste Kempf
<jb@videolan.org>
Mon, 3 Aug 2009 21:28:44 +0000
(23:28 +0200)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Mon, 3 Aug 2009 21:29:48 +0000
(23:29 +0200)
modules/misc/freetype.c
patch
|
blob
|
history
diff --git
a/modules/misc/freetype.c
b/modules/misc/freetype.c
index
0058a4b
..
8181a6e
100644
(file)
--- 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 );