mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
configure: Disable avresample if an old version of yasm is used.
The avresample maintainers decided not to support old versions of yasm. Supporting old yasm in FFmpeg was no big effort in the last months, so keep it for the time being.
This commit is contained in:
parent
aecb9d39bc
commit
289737c8be
2
configure
vendored
2
configure
vendored
@ -3934,7 +3934,7 @@ EOF
|
||||
|
||||
check_yasm "pextrd [eax], xmm0, 1" && enable yasm ||
|
||||
die "yasm not found, use --disable-yasm for a crippled build"
|
||||
check_yasm "vextractf128 xmm0, ymm0, 0" || disable avx_external
|
||||
check_yasm "vextractf128 xmm0, ymm0, 0" || disable avx_external avresample
|
||||
check_yasm "vfmaddps ymm0, ymm1, ymm2, ymm3" || disable fma4_external
|
||||
check_yasm "CPU amdnop" && enabled i686 && enable cpunop
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user