Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 650460
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +16 lines)
Line  Link Here
0
-- avidemux_2.7.0/avidemux_core/ffmpeg_package/patches/configure.patch
0
++ avidemux_2.7.0/avidemux_core/ffmpeg_package/patches/configure.patch
Line 0 Link Here
1
--- configure.orig
2
+++ configure
3
@@ -5447,8 +5447,10 @@
4
     # check whether xmm clobbers are supported
5
     check_inline_asm xmm_clobbers '"":::"%xmm0"'
6
 
7
-    check_inline_asm inline_asm_direct_symbol_refs '"movl '$extern_prefix'test, %eax"' ||
8
-        check_inline_asm inline_asm_direct_symbol_refs '"movl '$extern_prefix'test(%rip), %eax"'
9
+    # We always prefer named refs
10
+    #check_inline_asm inline_asm_direct_symbol_refs '"movl '$extern_prefix'test, %eax"' ||
11
+    #    check_inline_asm inline_asm_direct_symbol_refs '"movl '$extern_prefix'test(%rip), %eax"'
12
+    disable inline_asm_direct_symbol_refs
13
 
14
     # check whether binutils is new enough to compile SSSE3/MMXEXT
15
     enabled ssse3  && check_inline_asm ssse3_inline  '"pabsw %xmm0, %xmm0"'

Return to bug 650460