mirror of
https://github.com/mpv-player/mpv
synced 2025-03-03 04:37:54 +00:00
x86_64/amd64 detection under freebsd
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11725 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1f3f65fcfb
commit
e49b225d51
2
configure
vendored
2
configure
vendored
@ -431,7 +431,7 @@ if test -z "$_target" ; then
|
||||
case "`( uname -m ) 2>&1`" in
|
||||
i[3-9]86*|x86|x86pc|k5|k6|k6_2|k6_3|k6-2|k6-3|pentium*|athlon*|i586_i686|i586-i686) host_arch=i386 ;;
|
||||
ia64) host_arch=ia64 ;;
|
||||
x86_64) host_arch=x86_64 ;;
|
||||
x86_64|amd64) host_arch=x86_64 ;;
|
||||
ppc) host_arch=ppc ;;
|
||||
alpha) host_arch=alpha ;;
|
||||
sparc*) host_arch=sparc ;;
|
||||
|
Loading…
Reference in New Issue
Block a user