You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +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:
4
configure
vendored
4
configure
vendored
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user