1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

OpenBSD/VAX support, patch by Gabucino

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12564 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2004-06-11 09:58:27 +00:00
parent ffce5bb4b4
commit 7690fed556

1
configure vendored
View File

@ -449,6 +449,7 @@ if test -z "$_target" ; then
s390) host_arch=s390 ;;
s390x) host_arch=s390x ;;
mips) host_arch=mips ;;
vax) host_arch=vax ;;
*) host_arch=UNKNOWN ;;
esac
;;