On 6/24/2017 3:14 PM, Diego Biurrun wrote:
> 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
>      }

Reset X86ASMDEP as well when probing for nasm and it should be good.
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to