summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-11 09:58:27 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-11 09:58:27 +0000
commit7690fed556967516f080a75f2a0fedfe97fc9aab (patch)
treedfaca3a14f7cf60f33667b2b8467a3c7a192b3c7 /configure
parentffce5bb4b4ab4c676fa64191484ef725dd5a743b (diff)
downloadmpv-7690fed556967516f080a75f2a0fedfe97fc9aab.tar.bz2
mpv-7690fed556967516f080a75f2a0fedfe97fc9aab.tar.xz
OpenBSD/VAX support, patch by Gabucino
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12564 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 07b6a6d727..f7f71623c5 100755
--- a/configure
+++ b/configure
@@ -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
;;