[vlc-commits] Freetype: fix crash on Win32

Jean-Baptiste Kempf git at videolan.org
Mon Jun 6 01:37:48 CEST 2011


vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jun  6 01:33:51 2011 +0200| [09305aacb51cd138b76b3de61783284d838fd370] | committer: Jean-Baptiste Kempf

Freetype: fix crash on Win32

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=09305aacb51cd138b76b3de61783284d838fd370
---

 modules/misc/text_renderer.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/misc/text_renderer.h b/modules/misc/text_renderer.h
index 319f822..56f81c0 100644
--- a/modules/misc/text_renderer.h
+++ b/modules/misc/text_renderer.h
@@ -545,7 +545,7 @@ static int ProcessNodes( filter_t *p_filter,
         if( p_font_style->i_style_flags & STYLE_STRIKEOUT )
             b_through = true;
     }
-#ifdef HAVE_FONTCONFIG
+#ifdef HAVE_STYLES
     else
     {
         rv = PushFont( &p_fonts,



More information about the vlc-commits mailing list