1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-09 14:14:39 +02:00

configure: Add x86 dependency for mmx_internal

This ensures that mmx_internal is only ever enabled on x86.
This commit is contained in:
Diego Biurrun 2017-06-06 18:56:24 +02:00
parent 2f792cb670
commit 9d12dd6fa8

2
configure vendored
View File

@ -1915,7 +1915,7 @@ fma4_deps="avx"
avx2_deps="avx"
mmx_external_deps="x86asm"
mmx_inline_deps="inline_asm"
mmx_inline_deps="inline_asm x86"
mmx_suggest="mmx_external mmx_inline"
for ext in $(filter_out mmx $ARCH_EXT_LIST_X86_SIMD); do