summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-03 17:06:27 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-03 17:06:27 +0000
commit2e06eae9a0c2cef5ddf7717bbd2c47c0db1e0271 (patch)
treefcd7d3026edfca5fc3b5bbab691712fc1a053d2d /configure
parentbc44b16cbab3906591c058dc8fed4974abdfcd36 (diff)
downloadmpv-2e06eae9a0c2cef5ddf7717bbd2c47c0db1e0271.tar.bz2
mpv-2e06eae9a0c2cef5ddf7717bbd2c47c0db1e0271.tar.xz
The combination _vis=yes and proc=v9 makes no sense and will not even compile.
Change it to proc=ultrasparc, that may not be right, but it can not get any worse... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24695 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3727fac8dd..2046f74e93 100755
--- a/configure
+++ b/configure
@@ -1988,7 +1988,7 @@ EOF
_target_arch='ARCH_SPARC = yes'
_vis='yes'
iproc='sparc'
- proc='v9'
+ proc='ultrasparc'
_march=''
_mcpu="-mcpu=$proc"
_optimizing="$proc"