0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

support openbsd/zaurus aswell

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17607 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2006-02-12 14:17:39 +00:00
parent f41945b508
commit bac106d374

2
configure vendored
View File

@ -535,7 +535,7 @@ if test -z "$_target" ; then
sparc) host_arch=sparc ;;
sparc64) host_arch=sparc64 ;;
parisc*|hppa*|9000*) host_arch=hppa ;;
arm*) host_arch=arm ;;
arm*|zaurus|cats) host_arch=arm ;;
s390) host_arch=s390 ;;
s390x) host_arch=s390x ;;
mips*) host_arch=mips ;;