Re: [libav-devel] [PATCH 3/3] configure: Drop version information from library name in require() calls

2016-11-13 Thread Luca Barbato
On 11/11/2016 14:45, Diego Biurrun wrote: > The version is not checked for and multiple words in the name parameter > of require() calls can cause side effects down the call chain. > --- > configure | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > The *pkg_config checks do work.

Re: [libav-devel] [PATCH 3/3] configure: Drop version information from library name in require() calls

2016-11-13 Thread Arttu Ylä-Outinen
On 2016-11-12 00:30, Diego Biurrun wrote: On Fri, Nov 11, 2016 at 04:26:28PM +0100, Hendrik Leppkes wrote: On Fri, Nov 11, 2016 at 4:21 PM, Diego Biurrun wrote: On Fri, Nov 11, 2016 at 09:36:26AM -0500, Vittorio Giovara wrote: On Fri, Nov 11, 2016 at 8:45 AM, Diego Biurrun

Re: [libav-devel] [PATCH 3/3] configure: Drop version information from library name in require() calls

2016-11-11 Thread Diego Biurrun
On Fri, Nov 11, 2016 at 04:26:28PM +0100, Hendrik Leppkes wrote: > On Fri, Nov 11, 2016 at 4:21 PM, Diego Biurrun wrote: > > On Fri, Nov 11, 2016 at 09:36:26AM -0500, Vittorio Giovara wrote: > >> On Fri, Nov 11, 2016 at 8:45 AM, Diego Biurrun wrote: > >> > The

Re: [libav-devel] [PATCH 3/3] configure: Drop version information from library name in require() calls

2016-11-11 Thread Hendrik Leppkes
On Fri, Nov 11, 2016 at 4:21 PM, Diego Biurrun wrote: > On Fri, Nov 11, 2016 at 09:36:26AM -0500, Vittorio Giovara wrote: >> On Fri, Nov 11, 2016 at 8:45 AM, Diego Biurrun wrote: >> > The version is not checked for and multiple words in the name parameter >> >

Re: [libav-devel] [PATCH 3/3] configure: Drop version information from library name in require() calls

2016-11-11 Thread Diego Biurrun
On Fri, Nov 11, 2016 at 09:36:26AM -0500, Vittorio Giovara wrote: > On Fri, Nov 11, 2016 at 8:45 AM, Diego Biurrun wrote: > > The version is not checked for and multiple words in the name parameter > > of require() calls can cause side effects down the call chain. > > ---

Re: [libav-devel] [PATCH 3/3] configure: Drop version information from library name in require() calls

2016-11-11 Thread Vittorio Giovara
On Fri, Nov 11, 2016 at 8:45 AM, Diego Biurrun wrote: > The version is not checked for and multiple words in the name parameter > of require() calls can cause side effects down the call chain. > --- > configure | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >

[libav-devel] [PATCH 3/3] configure: Drop version information from library name in require() calls

2016-11-11 Thread Diego Biurrun
The version is not checked for and multiple words in the name parameter of require() calls can cause side effects down the call chain. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index a9fd72b..a0b9dd3 100755 --- a/configure +++