mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 03:15:52 +00:00
--enable-freetype fix (freetype-config was not set)
patch by Alexander.Gottwald@informatik.tu-chemnitz.de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8634 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7dfacf2288
commit
145854090f
2
configure
vendored
2
configure
vendored
@ -1040,6 +1040,7 @@ _new_conf=yes
|
||||
_menu=no
|
||||
_qtx_codecs=auto
|
||||
_sortsub=yes
|
||||
_freetypeconfig='freetype-config'
|
||||
|
||||
for ac_option do
|
||||
case "$ac_option" in
|
||||
@ -3568,7 +3569,6 @@ echores "$_cdparanoia"
|
||||
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user