[vlc-commits] commit: Fixed compilation of freetype module without fontconfig. ( Laurent Aimar )
git at videolan.org
git at videolan.org
Thu May 6 10:38:17 CEST 2010
vlc/vlc-1.1 | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun May 2 02:32:10 2010 +0200| [eef8f4cd32bbd9a2dd8cd250f862235088b92388] | committer: Jean-Baptiste Kempf
Fixed compilation of freetype module without fontconfig.
(cherry picked from commit b67498fe91f91067560afd0a5e99aa5d241d840b)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=eef8f4cd32bbd9a2dd8cd250f862235088b92388
---
modules/misc/freetype.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/misc/freetype.c b/modules/misc/freetype.c
index 67feb54..50dcb55 100644
--- a/modules/misc/freetype.c
+++ b/modules/misc/freetype.c
@@ -420,7 +420,6 @@ static int Create( vlc_object_t *p_this )
#else
- p_sys->psz_fontfamily = strdup( DEFAULT_FONT );
psz_fontfile = psz_fontfamily;
#endif
More information about the vlc-commits
mailing list