mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
eadfb0560a
commit
6aa93689ab
|
@ -3100,9 +3100,7 @@ EOF
|
||||||
|
|
||||||
elif enabled sparc; then
|
elif enabled sparc; then
|
||||||
|
|
||||||
enabled vis &&
|
enabled vis && check_inline_asm vis '"pdist %f0, %f0, %f0"'
|
||||||
check_inline_asm vis '"pdist %f0, %f0, %f0"' -mcpu=ultrasparc &&
|
|
||||||
add_cflags -mcpu=ultrasparc -mtune=ultrasparc
|
|
||||||
|
|
||||||
elif enabled x86; then
|
elif enabled x86; then
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue