Re: [FFmpeg-devel] [PATCH 2/2] configure: add a note about pkg-config --static.

2014-12-02 Thread Michael Niedermayer
On Tue, Dec 02, 2014 at 07:15:41PM +0100, Nicolas George wrote: > Le duodi 12 frimaire, an CCXXIII, Michael Niedermayer a écrit : > > should i merge them or should i wait ? > > (iam asking as your reply isnt entirely clear about that) > > Sorry about that. Please merge, unless you spot something w

Re: [FFmpeg-devel] [PATCH 2/2] configure: add a note about pkg-config --static.

2014-12-02 Thread Nicolas George
Le duodi 12 frimaire, an CCXXIII, Michael Niedermayer a écrit : > should i merge them or should i wait ? > (iam asking as your reply isnt entirely clear about that) Sorry about that. Please merge, unless you spot something wrong in the way. Regards, -- Nicolas George signature.asc Descripti

Re: [FFmpeg-devel] [PATCH 2/2] configure: add a note about pkg-config --static.

2014-12-02 Thread Michael Niedermayer
On Tue, Dec 02, 2014 at 06:50:37PM +0100, Nicolas George wrote: > Le duodi 12 frimaire, an CCXXIII, Michael Niedermayer a écrit : > > LGTM > > Thanks, pushed both to my tree with "return 1" and hopefully improved commit > message for the second. should i merge them or should i wait ? (iam asking

Re: [FFmpeg-devel] [PATCH 2/2] configure: add a note about pkg-config --static.

2014-12-02 Thread Nicolas George
Le duodi 12 frimaire, an CCXXIII, Michael Niedermayer a écrit : > LGTM Thanks, pushed both to my tree with "return 1" and hopefully improved commit message for the second. Regards, -- Nicolas George signature.asc Description: Digital signature ___

Re: [FFmpeg-devel] [PATCH 2/2] configure: add a note about pkg-config --static.

2014-12-02 Thread Michael Niedermayer
On Tue, Dec 02, 2014 at 02:16:56PM +0100, Nicolas George wrote: > Try to detect "$cc -static" without "pkg-config --static". > Also always print when a library that was not found was > detected using pkg-config. > > Signed-off-by: Nicolas George > --- > configure | 6 +- > 1 file changed, 5

Re: [FFmpeg-devel] [PATCH 2/2] configure: add a note about pkg-config --static.

2014-12-02 Thread tim nicholson
On 02/12/14 13:16, Nicolas George wrote: > Try to detect "$cc -static" without "pkg-config --static". > Also always print when a library that was not found was > detected using pkg-config. I was slightly confused by what you meant here, but looking at the code I think you mean that if a library wa

[FFmpeg-devel] [PATCH 2/2] configure: add a note about pkg-config --static.

2014-12-02 Thread Nicolas George
Try to detect "$cc -static" without "pkg-config --static". Also always print when a library that was not found was detected using pkg-config. Signed-off-by: Nicolas George --- configure | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure b/configure index af89e05..