mirror of https://github.com/mpv-player/mpv
Make sure _freetype is either yes or no, otherwise fontconfig might be enabled
even without iconv (and thus freetype) support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16442 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a852d6f262
commit
8a2a84dc51
|
@ -5086,6 +5086,9 @@ else
|
||||||
_def_freetype='#undef HAVE_FREETYPE'
|
_def_freetype='#undef HAVE_FREETYPE'
|
||||||
fi
|
fi
|
||||||
echores "$_freetype"
|
echores "$_freetype"
|
||||||
|
if test "$_freetype" != yes ; then
|
||||||
|
_freetype=no
|
||||||
|
fi
|
||||||
|
|
||||||
if test "$_freetype" = no ; then
|
if test "$_freetype" = no ; then
|
||||||
_fontconfig=no
|
_fontconfig=no
|
||||||
|
|
Loading…
Reference in New Issue