On Tue, Mar 20, 2018 at 10:49:27AM +0100, Diego Biurrun wrote:
> --- a/configure
> +++ b/configure
> @@ -808,12 +808,16 @@ test_as(){
> +x86asm_o(){
> +    eval printf '%s\\n' $X86ASM_O
> +}
> +
>  test_x86asm(){
>      log test_x86asm "$@"
>      echo "$1" > $TMPASM
>      log_file $TMPASM
>      shift 1
> -    test_cmd $x86asmexe $X86ASMFLAGS "$@" -o $TMPO $TMPASM
> +    test_cmd $x86asmexe $X86ASMFLAGS "$@" $(x86asm_o $TMPO) $TMPASM
>  }

OKed by James on IRC.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to