Re: [libav-devel] [PATCH 4/7] configure: Use indirection for -o assembler flag also for x86asm

2018-03-23 Thread Diego Biurrun
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 >

[libav-devel] [PATCH 4/7] configure: Use indirection for -o assembler flag also for x86asm

2018-03-20 Thread Diego Biurrun
--- configure | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure b/configure index dbc5759df4..e3c5dcae1e 100755 --- a/configure +++ b/configure @@ -808,12 +808,16 @@ test_as(){ test_cmd $as $CPPFLAGS $ASFLAGS "$@" $AS_C $(as_o $TMPO) $TMPS } +x86asm_o(){ +