[vlc-commits] freetype: fixed compilation on Linux
Felix Paul Kühne
git at videolan.org
Sun Apr 21 20:46:17 CEST 2013
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Apr 21 20:46:13 2013 +0200| [92ed368467d3a3e734f8cd9fda2c884c84e03b47] | committer: Felix Paul Kühne
freetype: fixed compilation on Linux
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=92ed368467d3a3e734f8cd9fda2c884c84e03b47
---
modules/text_renderer/freetype.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/text_renderer/freetype.c b/modules/text_renderer/freetype.c
index b6e2fe7..513c6ad 100644
--- a/modules/text_renderer/freetype.c
+++ b/modules/text_renderer/freetype.c
@@ -2780,7 +2780,7 @@ static int Create( vlc_object_t *p_this )
char *psz_fontfamily = NULL;
char *psz_monofontfile = NULL;
char *psz_monofontfamily = NULL;
- int i_error = 0, fontindex = 0;
+ int i_error = 0, fontindex = 0, monofontindex = 0;
/* Allocate structure */
p_filter->p_sys = p_sys = malloc( sizeof(*p_sys) );
More information about the vlc-commits
mailing list