Re: [libav-devel] [PATCH 2/7] configure: Add check_x86asm() helper function to simplify some expressions

2018-03-26 Thread Diego Biurrun
On Thu, Mar 22, 2018 at 11:00:52AM -0300, James Almer wrote: > On 3/20/2018 6:49 AM, Diego Biurrun wrote: > > --- a/configure > > +++ b/configure > > @@ -844,12 +852,12 @@ check_insn(){ > > > > +check_x86asm(){ > > +log check_x86asm "$@" > > +name=$1 > > +shift > > Maybe be explicit

Re: [libav-devel] [PATCH 2/7] configure: Add check_x86asm() helper function to simplify some expressions

2018-03-22 Thread James Almer
On 3/20/2018 6:49 AM, Diego Biurrun wrote: > --- > configure | 32 > 1 file changed, 20 insertions(+), 12 deletions(-) > > diff --git a/configure b/configure > index d8c3b555cc..ce0d791c1b 100755 > --- a/configure > +++ b/configure > @@ -808,6 +808,14 @@

[libav-devel] [PATCH 2/7] configure: Add check_x86asm() helper function to simplify some expressions

2018-03-20 Thread Diego Biurrun
--- configure | 32 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/configure b/configure index d8c3b555cc..ce0d791c1b 100755 --- a/configure +++ b/configure @@ -808,6 +808,14 @@ test_as(){ test_cmd $as $CPPFLAGS $ASFLAGS "$@" $AS_C $(as_o