1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

configure: sanitise sparc vis check

It is wrong to force -mcpu=ultrasparc when checking for vis.

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Mans Rullgard 2012-10-25 15:56:16 +01:00
parent eadfb0560a
commit 6aa93689ab

4
configure vendored
View File

@ -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