Re: [libav-devel] [PATCH] configure: Correctly recurse in do_check_deps()

2017-02-08 Thread Diego Biurrun
On Wed, Feb 08, 2017 at 08:56:56PM +0200, Martin Storsjö wrote: > On Wed, 8 Feb 2017, Diego Biurrun wrote: > > >Fixes all sorts of configuration problems introducec by dad7a9c7c0ae > >on non-Linux, non-vanilla configs. Also removes a line made redundant > >in that commit. > >--- > > Also

Re: [libav-devel] [PATCH] configure: Correctly recurse in do_check_deps()

2017-02-08 Thread Martin Storsjö
On Wed, 8 Feb 2017, Diego Biurrun wrote: Fixes all sorts of configuration problems introducec by dad7a9c7c0ae on non-Linux, non-vanilla configs. Also removes a line made redundant in that commit. --- Also occurred on linux/omx configs (for dlopen). I'm not sure if you meant non-linux &&

[libav-devel] [PATCH] configure: Correctly recurse in do_check_deps()

2017-02-08 Thread Diego Biurrun
Fixes all sorts of configuration problems introducec by dad7a9c7c0ae on non-Linux, non-vanilla configs. Also removes a line made redundant in that commit. --- Improved log message, removed a (now) stray line. Nonetheless, please shoot me. configure | 3 +-- 1 file changed, 1 insertion(+), 2

[libav-devel] [PATCH] configure: Correctly recurse in do_check_deps()

2017-02-08 Thread Diego Biurrun
Fixes all sorts of configuration problems on non-Linux, non-vanilla configs. --- Please shoot me. configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7d39aca..6f2ab7b 100755 --- a/configure +++ b/configure @@ -627,7 +627,7 @@

[libav-devel] [PATCH] configure: Correctly recurse in do_check_deps()

2017-02-08 Thread Diego Biurrun
--- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7d39aca..6f2ab7b 100755 --- a/configure +++ b/configure @@ -627,7 +627,7 @@ do_check_deps(){ eval dep_ifn="\$${cfg}_if_any" pushvar cfg dep_all dep_any dep_con dep_sel