mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
Add MIPS64 detection.
patch by Luca Barbato < lu_zero == at == gentoo == dot == org > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16781 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
484c90396b
commit
c6c363b347
2
configure
vendored
2
configure
vendored
@ -514,7 +514,7 @@ if test -z "$_target" ; then
|
|||||||
arm*) host_arch=arm ;;
|
arm*) host_arch=arm ;;
|
||||||
s390) host_arch=s390 ;;
|
s390) host_arch=s390 ;;
|
||||||
s390x) host_arch=s390x ;;
|
s390x) host_arch=s390x ;;
|
||||||
mips) host_arch=mips ;;
|
mips*) host_arch=mips ;;
|
||||||
vax) host_arch=vax ;;
|
vax) host_arch=vax ;;
|
||||||
*) host_arch=UNKNOWN ;;
|
*) host_arch=UNKNOWN ;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user