Mercurial > mplayer.hg
comparison configure @ 8633:b9927004eacc
--enable-freetype fix (freetype-config was not set)
patch by Alexander.Gottwald@informatik.tu-chemnitz.de
author | arpi |
---|---|
date | Sun, 29 Dec 2002 14:35:18 +0000 |
parents | c7e11273d195 |
children | 30bb40f02e1e |
comparison
equal
deleted
inserted
replaced
8632:9cecfb883d85 | 8633:b9927004eacc |
---|---|
1038 _shared_pp=no | 1038 _shared_pp=no |
1039 _new_conf=yes | 1039 _new_conf=yes |
1040 _menu=no | 1040 _menu=no |
1041 _qtx_codecs=auto | 1041 _qtx_codecs=auto |
1042 _sortsub=yes | 1042 _sortsub=yes |
1043 _freetypeconfig='freetype-config' | |
1043 | 1044 |
1044 for ac_option do | 1045 for ac_option do |
1045 case "$ac_option" in | 1046 case "$ac_option" in |
1046 # Skip 1st pass | 1047 # Skip 1st pass |
1047 --target=*) ;; | 1048 --target=*) ;; |
3566 fi | 3567 fi |
3567 echores "$_cdparanoia" | 3568 echores "$_cdparanoia" |
3568 | 3569 |
3569 echocheck "freetype >= 2.0.9" | 3570 echocheck "freetype >= 2.0.9" |
3570 if test "$_freetype" = auto ; then | 3571 if test "$_freetype" = auto ; then |
3571 test -z "$_freetypeconfig" && _freetypeconfig='freetype-config' | |
3572 if ( $_freetypeconfig --version ) >/dev/null 2>&1 ; then | 3572 if ( $_freetypeconfig --version ) >/dev/null 2>&1 ; then |
3573 cat > $TMPC << EOF | 3573 cat > $TMPC << EOF |
3574 #include <stdio.h> | 3574 #include <stdio.h> |
3575 #include <freetype/freetype.h> | 3575 #include <freetype/freetype.h> |
3576 #if ((FREETYPE_MAJOR < 2) || ((FREETYPE_MINOR == 0) && (FREETYPE_PATCH < 9))) | 3576 #if ((FREETYPE_MAJOR < 2) || ((FREETYPE_MINOR == 0) && (FREETYPE_PATCH < 9))) |