]> git.sesse.net Git - vlc/commitdiff
freetype: fixed compilation on Linux
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 21 Apr 2013 18:46:13 +0000 (20:46 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 21 Apr 2013 18:46:13 +0000 (20:46 +0200)
modules/text_renderer/freetype.c

index b6e2fe7382ce3ee0fe600da2ea1b9b73dcc14611..513c6add5e4ac027b0f649e0124779dfa1b29df3 100644 (file)
@@ -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) );