summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-06 12:42:57 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-06 12:42:57 +0000
commit8b3ec0415154d7b682426c19eca970212f14d4e7 (patch)
treeabf3c436966544ffd3797770d36c95ebc18a5042 /configure
parente63c3f261ae7aae460d75597fa5ec6497f6b6c31 (diff)
downloadmpv-8b3ec0415154d7b682426c19eca970212f14d4e7.tar.bz2
mpv-8b3ec0415154d7b682426c19eca970212f14d4e7.tar.xz
UltraSPARC T1 (Niagara) support, patch by Derek E. Lewis /dlewis (gobble) solnetworks (crack) net\
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18597 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index ef74fcb3b2..b7b4e26e97 100755
--- a/configure
+++ b/configure
@@ -1154,7 +1154,8 @@ EOF
sun4d) proc=v8 ;;
sun4m) proc=v8 ;;
sun4u) proc=v9 _vis='yes' _def_vis='#define HAVE_VIS = yes' ;;
- *) ;;
+ sun4v) proc=v9 ;;
+ *) proc=v8 ;;
esac
echores "$proc"
else