[FFmpeg-cvslog] configure: Add x86 dependency for mmx_internal

Diego Biurrun git at videolan.org
Thu Nov 2 01:35:14 EET 2017


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Jun  6 18:56:24 2017 +0200| [9d12dd6fa84d9f6094bdf0fdae62527ecec0bbb6] | committer: Diego Biurrun

configure: Add x86 dependency for mmx_internal

This ensures that mmx_internal is only ever enabled on x86.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9d12dd6fa84d9f6094bdf0fdae62527ecec0bbb6
---

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 50ae3093e8..c99b397ba4 100755
--- a/configure
+++ b/configure
@@ -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



More information about the ffmpeg-cvslog mailing list