[Mplayer-cvslog] CVS: main configure,1.628,1.629
Arpi of Ize
arpi at mplayerhq.hu
Sun Dec 29 15:35:31 CET 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv9697
Modified Files:
configure
Log Message:
--enable-freetype fix (freetype-config was not set)
patch by Alexander.Gottwald at informatik.tu-chemnitz.de
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.628
retrieving revision 1.629
diff -u -r1.628 -r1.629
--- configure 28 Dec 2002 23:52:22 -0000 1.628
+++ configure 29 Dec 2002 14:35:18 -0000 1.629
@@ -1040,6 +1040,7 @@
_menu=no
_qtx_codecs=auto
_sortsub=yes
+_freetypeconfig='freetype-config'
for ac_option do
case "$ac_option" in
@@ -3568,7 +3569,6 @@
echocheck "freetype >= 2.0.9"
if test "$_freetype" = auto ; then
- test -z "$_freetypeconfig" && _freetypeconfig='freetype-config'
if ( $_freetypeconfig --version ) >/dev/null 2>&1 ; then
cat > $TMPC << EOF
#include <stdio.h>
More information about the MPlayer-cvslog
mailing list