[vlc-devel] commit: freetype: fix #ifdef's (Pierre Ynard )
git version control
git at videolan.org
Wed Sep 16 11:43:09 CEST 2009
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Wed Sep 16 11:42:38 2009 +0200| [936532d7bd9ed92ababc3211c6aabe94363551b3] | committer: Pierre Ynard
freetype: fix #ifdef's
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=936532d7bd9ed92ababc3211c6aabe94363551b3
---
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 9ec0e90..c5d291d 100644
--- a/modules/misc/freetype.c
+++ b/modules/misc/freetype.c
@@ -326,7 +326,6 @@ static int Create( vlc_object_t *p_this )
#ifdef HAVE_FONTCONFIG
free( psz_fontfamily);
psz_fontfamily=strdup( DEFAULT_FONT );
-#endif
#else
free( psz_fontfamily );
psz_fontfamily = (char *)malloc( PATH_MAX + 1 );
More information about the vlc-devel
mailing list