Re: [libav-devel] [PATCH] configure: Provide --pkg-config-flags

2014-03-11 Thread Derek Buitenhuis
On 3/11/2014 8:52 PM, Luca Barbato wrote: > It is a typo and I already fixed it. =) OK. - Derek ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH] configure: Provide --pkg-config-flags

2014-03-11 Thread Luca Barbato
On 11/03/14 21:50, Derek Buitenhuis wrote: > On 3/11/2014 1:51 PM, Luca Barbato wrote: >> + --pkg_config-flags=FLAGS pass additional flags to pkgconf [] > > We can't avoid the underscore? That's the opposite of how pretty > much every configure system (except cmake) work. > It is a typo and I a

Re: [libav-devel] [PATCH] configure: Provide --pkg-config-flags

2014-03-11 Thread Derek Buitenhuis
On 3/11/2014 1:51 PM, Luca Barbato wrote: > + --pkg_config-flags=FLAGS pass additional flags to pkgconf [] We can't avoid the underscore? That's the opposite of how pretty much every configure system (except cmake) work. - Derek ___ libav-devel mailing

Re: [libav-devel] [PATCH] configure: Provide --pkg-config-flags

2014-03-11 Thread Luca Barbato
On 11/03/14 19:14, Diego Biurrun wrote: > On Tue, Mar 11, 2014 at 02:51:18PM +0100, Luca Barbato wrote: >> Should be used only to pass extra flags to pkgconf invocation, >> e.g. --static. >> >> Contextually add an help entry for --pkg-config >> >> Signed-off-by: Luca Barbato >> --- >> >> Hopefully

Re: [libav-devel] [PATCH] configure: Provide --pkg-config-flags

2014-03-11 Thread Diego Biurrun
On Tue, Mar 11, 2014 at 02:51:18PM +0100, Luca Barbato wrote: > Should be used only to pass extra flags to pkgconf invocation, > e.g. --static. > > Contextually add an help entry for --pkg-config > > Signed-off-by: Luca Barbato > --- > > Hopefully with all the issues pointed fixed. > > config

[libav-devel] [PATCH] configure: Provide --pkg-config-flags

2014-03-11 Thread Luca Barbato
Should be used only to pass extra flags to pkgconf invocation, e.g. --static. Contextually add an help entry for --pkg-config Signed-off-by: Luca Barbato --- Hopefully with all the issues pointed fixed. configure | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/confi