[FFmpeg-devel] [PATCH] configure: don't let check_inline_asm override explicitly-disabled options

2015-11-10 Thread Rodger Combs
This also prevents check_inline_asm from explicitly disabling failed tests, since otherwise you couldn't chain multiple tests with ||. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f770534..8361b33 100755 --- a/configure +++ b/configu

Re: [FFmpeg-devel] [PATCH] configure: don't let check_inline_asm override explicitly-disabled options

2015-11-10 Thread Michael Niedermayer
On Tue, Nov 10, 2015 at 08:54:11AM -0600, Rodger Combs wrote: > --- > configure | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/configure b/configure > index f770534..6063281 100755 > --- a/configure > +++ b/configure > @@ -900,8 +900,7 @@ check_inline_asm(){ > nam

[FFmpeg-devel] [PATCH] configure: don't let check_inline_asm override explicitly-disabled options

2015-11-10 Thread Rodger Combs
--- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index f770534..6063281 100755 --- a/configure +++ b/configure @@ -900,8 +900,7 @@ check_inline_asm(){ name="$1" code="$2" shift 2 -disable $name -check_cc "$@"