--- avidemux_2.7.0/avidemux_core/ffmpeg_package/patches/configure.patch +++ avidemux_2.7.0/avidemux_core/ffmpeg_package/patches/configure.patch @@ -0,0 +1,15 @@ +--- configure.orig ++++ configure +@@ -5447,8 +5447,10 @@ + # check whether xmm clobbers are supported + check_inline_asm xmm_clobbers '"":::"%xmm0"' + +- check_inline_asm inline_asm_direct_symbol_refs '"movl '$extern_prefix'test, %eax"' || +- check_inline_asm inline_asm_direct_symbol_refs '"movl '$extern_prefix'test(%rip), %eax"' ++ # We always prefer named refs ++ #check_inline_asm inline_asm_direct_symbol_refs '"movl '$extern_prefix'test, %eax"' || ++ # check_inline_asm inline_asm_direct_symbol_refs '"movl '$extern_prefix'test(%rip), %eax"' ++ disable inline_asm_direct_symbol_refs + + # check whether binutils is new enough to compile SSSE3/MMXEXT + enabled ssse3 && check_inline_asm ssse3_inline '"pabsw %xmm0, %xmm0"'