Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-10-25 18:56:16 +0400
committerMans Rullgard <mans@mansr.com>2012-10-26 15:29:03 +0400
commit6aa93689abe8c095cec9fa828c2dee3131008995 (patch)
treed6154460755e4c13fa12f47326a8fc4b0ce3d8b4 /configure
parenteadfb0560a2f194fbc453bcb22fea73f3c9a27ad (diff)
configure: sanitise sparc vis check
It is wrong to force -mcpu=ultrasparc when checking for vis. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure
index a39cb7792f..bfa3a616e5 100755
--- a/configure
+++ b/configure
@@ -3100,9 +3100,7 @@ EOF
elif enabled sparc; then
- enabled vis &&
- check_inline_asm vis '"pdist %f0, %f0, %f0"' -mcpu=ultrasparc &&
- add_cflags -mcpu=ultrasparc -mtune=ultrasparc
+ enabled vis && check_inline_asm vis '"pdist %f0, %f0, %f0"'
elif enabled x86; then