Re: [FFmpeg-devel] [PATCH 3/3] configure: fail if autodetect-libraries are requested but not found

2016-12-10 Thread Andreas Cadhalpun
On 03.12.2016 01:25, Michael Niedermayer wrote: > On Fri, Dec 02, 2016 at 11:24:12PM +0100, Andreas Cadhalpun wrote: >> On 02.12.2016 19:20, Michael Niedermayer wrote: >>> iam ok with the patch if other are and its tested >> >> I've tested for all AUTODETECT_LIBS that enabling the when configure >>

Re: [FFmpeg-devel] [PATCH 3/3] configure: fail if autodetect-libraries are requested but not found

2016-12-02 Thread Michael Niedermayer
On Fri, Dec 02, 2016 at 11:24:12PM +0100, Andreas Cadhalpun wrote: > On 02.12.2016 19:20, Michael Niedermayer wrote: > > On Fri, Dec 02, 2016 at 12:44:41AM +0100, Andreas Cadhalpun wrote: > >> There is already va_va_h in vaapi_deps and I'm not sure, what else > >> you'd like to have there. > > > >

Re: [FFmpeg-devel] [PATCH 3/3] configure: fail if autodetect-libraries are requested but not found

2016-12-02 Thread Andreas Cadhalpun
On 02.12.2016 19:20, Michael Niedermayer wrote: > On Fri, Dec 02, 2016 at 12:44:41AM +0100, Andreas Cadhalpun wrote: >> There is already va_va_h in vaapi_deps and I'm not sure, what else >> you'd like to have there. > > i see a "disable vaapi" here but that should be done by the dependency > or wh

Re: [FFmpeg-devel] [PATCH 3/3] configure: fail if autodetect-libraries are requested but not found

2016-12-02 Thread Michael Niedermayer
On Fri, Dec 02, 2016 at 12:44:41AM +0100, Andreas Cadhalpun wrote: > On 01.12.2016 01:34, Michael Niedermayer wrote: > > On Thu, Dec 01, 2016 at 12:22:50AM +0100, Andreas Cadhalpun wrote: > >> @@ -6381,6 +6410,11 @@ for thread in $THREADS_LIST; do > >> fi > >> done > >> > >> +# Check if req

Re: [FFmpeg-devel] [PATCH 3/3] configure: fail if autodetect-libraries are requested but not found

2016-12-01 Thread Andreas Cadhalpun
On 01.12.2016 01:34, Michael Niedermayer wrote: > On Thu, Dec 01, 2016 at 12:22:50AM +0100, Andreas Cadhalpun wrote: >> @@ -6381,6 +6410,11 @@ for thread in $THREADS_LIST; do >> fi >> done >> >> +# Check if requested libraries were found. >> +for lib in $AUTODETECT_LIBS; do >> +requeste

Re: [FFmpeg-devel] [PATCH 3/3] configure: fail if autodetect-libraries are requested but not found

2016-12-01 Thread Carl Eugen Hoyos
2016-12-01 0:22 GMT+01:00 Andreas Cadhalpun : > Signed-off-by: Andreas Cadhalpun > --- > configure | 72 > ++- Needs a Changelog and a NEWS entry. Have you tested the patch? It was tried before and the result were different regressions

Re: [FFmpeg-devel] [PATCH 3/3] configure: fail if autodetect-libraries are requested but not found

2016-11-30 Thread Michael Niedermayer
On Thu, Dec 01, 2016 at 12:22:50AM +0100, Andreas Cadhalpun wrote: > Signed-off-by: Andreas Cadhalpun > --- > configure | 72 > ++- > 1 file changed, 53 insertions(+), 19 deletions(-) > > diff --git a/configure b/configure > index 28c7