diff options
author | James Almer <jamrial@gmail.com> | 2020-01-26 12:08:26 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2020-02-04 21:59:14 -0300 |
commit | d1f9abca0953e363a59741bc509da10a7117f393 (patch) | |
tree | 883ec44d86d340c6f238bc47653cd79d8db35855 /libavcodec | |
parent | a71a5d9214eb191394b3104c8b5d7766654e323a (diff) | |
download | ffmpeg-d1f9abca0953e363a59741bc509da10a7117f393.tar.gz |
configure: don't enable $ARCH_external if $ARCH is disabled
The check_x86asm() checks would force enable these variables on success,
bypassing any --disable-* command line option.
This is important in the case of AVX512, where the relevant define is used
to choose between different values for memory alignment and strides in
some allocations.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec')
0 files changed, 0 insertions, 0 deletions