[vlc-commits] Freetype: fix Win32 compilation

Jean-Baptiste Kempf git at videolan.org
Wed Aug 28 16:25:56 CEST 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 28 16:25:44 2013 +0200| [3ce7d614192412d8502868c679671bbd4f747dff] | committer: Jean-Baptiste Kempf

Freetype: fix Win32 compilation

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3ce7d614192412d8502868c679671bbd4f747dff
---

 modules/text_renderer/freetype.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/text_renderer/freetype.c b/modules/text_renderer/freetype.c
index 50049ab..b4e689b 100644
--- a/modules/text_renderer/freetype.c
+++ b/modules/text_renderer/freetype.c
@@ -122,6 +122,7 @@
 # include <shlobj.h>
 # define HAVE_STYLES
 # undef HAVE_FONTCONFIG
+# include <vlc_charset.h>                                     /* FromT */
 #endif
 
 /* FontConfig */



More information about the vlc-commits mailing list