Re: [libav-devel] [PATCH] configure: Simplify AMF check with a helper function

2018-03-07 Thread Luca Barbato
On 07/03/2018 13:31, Diego Biurrun wrote: --- configure | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/configure b/configure index 1c35f9dc64..d882d4c73f 100755 --- a/configure +++ b/configure @@ -4598,11 +4598,7 @@ for func in $MATH_FUNCS; do done # these are

Re: [libav-devel] [PATCH] configure: Simplify AMF check with a helper function

2018-03-07 Thread Diego Biurrun
On Wed, Mar 07, 2018 at 01:31:28PM +0100, Diego Biurrun wrote: > --- a/configure > +++ b/configure > @@ -4598,11 +4598,7 @@ for func in $MATH_FUNCS; do > # these are off by default, so fail if requested and not available > - > -enabled amf && > -check_cpp_condition "AMF/core/Version.h" \ > -