[vlc-commits] commit: Fixed compilation of freetype module without fontconfig. ( Laurent Aimar )

git at videolan.org git at videolan.org
Sun May 2 02:33:30 CEST 2010


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun May  2 02:32:10 2010 +0200| [b67498fe91f91067560afd0a5e99aa5d241d840b] | committer: Laurent Aimar 

Fixed compilation of freetype module without fontconfig.

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

 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 0e47772..e8f9bbf 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