Re: [libav-devel] [PATCH] configure: Simplify OMX check

2016-12-05 Thread Diego Biurrun
On Sun, Dec 04, 2016 at 11:20:51PM +0200, Martin Storsjö wrote: > On Sun, 4 Dec 2016, Diego Biurrun wrote: > >--- a/configure > >+++ b/configure > >@@ -2190,6 +2190,7 @@ nvenc_deps_any="dlopen LoadLibrary" > >nvenc_extralibs='$ldl' > >omx_deps="dlopen pthreads" > >omx_extralibs='$ldl' >

Re: [libav-devel] [PATCH] configure: Simplify OMX check

2016-12-04 Thread Martin Storsjö
On Sun, 4 Dec 2016, Diego Biurrun wrote: --- Switched the order of the checks, as suggested by Luca. configure | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/configure b/configure index e816eb5..455d4fb 100755 --- a/configure +++ b/configure @@ -2190,6 +2190,7 @@

[libav-devel] [PATCH] configure: Simplify OMX check

2016-12-04 Thread Diego Biurrun
--- Switched the order of the checks, as suggested by Luca. configure | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/configure b/configure index e816eb5..455d4fb 100755 --- a/configure +++ b/configure @@ -2190,6 +2190,7 @@ nvenc_deps_any="dlopen LoadLibrary"

Re: [libav-devel] [PATCH] configure: Simplify OMX check

2016-12-04 Thread Luca Barbato
On 04/12/2016 13:41, Diego Biurrun wrote: > --- > > Third time's the charm? > The behaviour is still wrong. ./configure --enable-omx --enable-omx_rpi would fail. flip the two entries. ___ libav-devel mailing list libav-devel@libav.org

[libav-devel] [PATCH] configure: Simplify OMX check

2016-12-04 Thread Diego Biurrun
--- Third time's the charm? configure | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 9cea910..849226a 100755 --- a/configure +++ b/configure @@ -2191,6 +2191,7 @@ nvenc_deps_any="cuda dlopen LoadLibrary" nvenc_extralibs='$ldl'

Re: [libav-devel] [PATCH] configure: Simplify OMX check

2016-12-04 Thread Diego Biurrun
On Sun, Dec 04, 2016 at 01:35:15PM +0100, Diego Biurrun wrote: > --- > > Yes, sometimes you can tell that people have not had that much sleep ... Clearly, disregard this mess.. Diego ___ libav-devel mailing list libav-devel@libav.org

[libav-devel] [PATCH] configure: Simplify OMX check

2016-12-04 Thread Diego Biurrun
--- Yes, sometimes you can tell that people have not had that much sleep ... configure | 23 +++ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/configure b/configure index 9cea910..c2c1e26 100755 --- a/configure +++ b/configure @@ -2191,6 +2191,7 @@

[libav-devel] [PATCH] configure: Simplify OMX check

2016-12-04 Thread Diego Biurrun
--- Updated according to Martin's feedback. configure | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configure b/configure index 9cea910..6f23d8f 100755 --- a/configure +++ b/configure @@ -2191,6 +2191,7 @@ nvenc_deps_any="cuda dlopen LoadLibrary"