git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d1adc7
)
freetype: fix #ifdef's
author
Pierre Ynard
<linkfanel@yahoo.fr>
Wed, 16 Sep 2009 09:42:38 +0000
(11:42 +0200)
committer
Pierre Ynard
<linkfanel@yahoo.fr>
Wed, 16 Sep 2009 09:42:38 +0000
(11:42 +0200)
modules/misc/freetype.c
patch
|
blob
|
history
diff --git
a/modules/misc/freetype.c
b/modules/misc/freetype.c
index
9ec0e90
..
c5d291d
100644
(file)
--- 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 );