These flags might be set from a previous probe for NASM, but Yasm does
not grok the flags, resulting in errors during assembling.
---

James, please test.

 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index ce0f6c9..7ff329b 100755
--- a/configure
+++ b/configure
@@ -4521,6 +4521,7 @@ EOF
             x86asm_type=yasm
             x86asm_debug="-g dwarf2"
             X86ASMDEP='$(DEPX86ASM) $(X86ASMFLAGS) -M $(X86ASM_O) $< > 
$(@:.o=.d)'
+            X86ASM_DEPFLAGS=
         fi
         check_x86asm "movbe ecx, [5]" && enable x86asm
     }
-- 
2.1.4

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to