mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 21:07:29 +01:00
Also detect fontconfig when it requires -liconv
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30176 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ec0c6d2a91
commit
4a981bf09a
2
configure
vendored
2
configure
vendored
@ -6158,7 +6158,7 @@ int main(void) {
|
||||
}
|
||||
EOF
|
||||
_fontconfig=no
|
||||
for _ld_tmp in "" "-lexpat -lfreetype" "-lexpat -lfreetype -lz" ; do
|
||||
for _ld_tmp in "" "-lexpat -lfreetype" "-lexpat -lfreetype -lz" "-lexpat -lfreetype -lz -liconv" ; do
|
||||
_ld_tmp="-lfontconfig $_ld_tmp"
|
||||
cc_check $_ld_tmp && _fontconfig=yes && extra_ldflags="$extra_ldflags $_ld_tmp" && break
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user