[vlc-commits] freetype: fix compile with no fontconfig.
Konstantin Pavlov
git at videolan.org
Mon Mar 28 14:52:25 CEST 2011
vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Mon Mar 28 16:10:34 2011 +0400| [eea933399ac584dc267b791a1129f0ca7aee3786] | committer: Konstantin Pavlov
freetype: fix compile with no fontconfig.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eea933399ac584dc267b791a1129f0ca7aee3786
---
modules/misc/text_renderer/freetype.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/misc/text_renderer/freetype.c b/modules/misc/text_renderer/freetype.c
index fac4a01..c574de7 100644
--- a/modules/misc/text_renderer/freetype.c
+++ b/modules/misc/text_renderer/freetype.c
@@ -270,8 +270,8 @@ struct filter_sys_t
int i_default_font_size;
int i_display_height;
-#ifdef HAVE_STYLES
char* psz_fontfamily;
+#ifdef HAVE_STYLES
xml_reader_t *p_xml;
#endif
More information about the vlc-commits
mailing list