[MPlayer-cvslog] CVS: main configure,1.1053,1.1054
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Sat Sep 10 20:23:43 CEST 2005
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv24272
Modified Files:
configure
Log Message:
Make sure _freetype is either yes or no, otherwise fontconfig might be enabled
even without iconv (and thus freetype) support
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1053
retrieving revision 1.1054
diff -u -r1.1053 -r1.1054
--- configure 10 Sep 2005 17:03:35 -0000 1.1053
+++ configure 10 Sep 2005 18:23:40 -0000 1.1054
@@ -5086,6 +5086,9 @@
_def_freetype='#undef HAVE_FREETYPE'
fi
echores "$_freetype"
+if test "$_freetype" != yes ; then
+ _freetype=no
+fi
if test "$_freetype" = no ; then
_fontconfig=no
More information about the MPlayer-cvslog
mailing list