Re: [FFmpeg-devel] [PATCH] configure: Use libgcrypt-config if available

2016-01-08 Thread Michael Niedermayer
On Fri, Jan 08, 2016 at 09:02:34PM -0300, James Almer wrote: > On 1/8/2016 8:41 PM, Ricardo Constantino wrote: > > Like this? > > Yes, pushed. Thank you. thanks as well [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Let us carefully observe those good qualitie

Re: [FFmpeg-devel] [PATCH] configure: Use libgcrypt-config if available

2016-01-08 Thread James Almer
On 1/8/2016 8:41 PM, Ricardo Constantino wrote: > Like this? Yes, pushed. Thank you. > > > 0001-configure-Use-libgcrypt-config-s-cflags.patch > > > From f4e0c96e41da606a5d83ebff1dbad718c8fa2485 Mon Sep 17 00:00:00 2001 > From: Ricardo Constantino > Date: Fri, 8 Jan 2016 23:40:50 + > Subj

Re: [FFmpeg-devel] [PATCH] configure: Use libgcrypt-config if available

2016-01-08 Thread Ricardo Constantino
Like this? 0001-configure-Use-libgcrypt-config-s-cflags.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] configure: Use libgcrypt-config if available

2016-01-08 Thread James Almer
On 1/8/2016 6:39 PM, Ricardo Constantino wrote: > On 8 January 2016 at 20:40, James Almer wrote: > >> Shouldn't this also check libgcrypt-config --cflags? Assuming >> the library is in an unusual path, the above will look for >> the header in whatever include path configure was using by >> then a

Re: [FFmpeg-devel] [PATCH] configure: Use libgcrypt-config if available

2016-01-08 Thread Ricardo Constantino
On 8 January 2016 at 20:40, James Almer wrote: > Shouldn't this also check libgcrypt-config --cflags? Assuming > the library is in an unusual path, the above will look for > the header in whatever include path configure was using by > then and either fail or include the wrong headers. The issue

Re: [FFmpeg-devel] [PATCH] configure: Use libgcrypt-config if available

2016-01-08 Thread James Almer
On 12/29/2015 7:47 PM, Ricardo Constantino wrote: > Signed-off-by: Ricardo Constantino > --- > configure | 12 +++- > 1 file changed, 11 insertions(+), 1 deletion(-) > > diff --git a/configure b/configure > index c986aba..d639b8d 100755 > --- a/configure > +++ b/configure > @@ -5396,7 +5

Re: [FFmpeg-devel] [PATCH] configure: Use libgcrypt-config if available

2016-01-08 Thread Michael Niedermayer
On Tue, Dec 29, 2015 at 10:47:05PM +, Ricardo Constantino wrote: > Signed-off-by: Ricardo Constantino > --- > configure | 12 +++- > 1 file changed, 11 insertions(+), 1 deletion(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB He

Re: [FFmpeg-devel] [PATCH] configure: Use libgcrypt-config if available

2016-01-08 Thread Ricardo Constantino
Ping? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] configure: Use libgcrypt-config if available

2015-12-29 Thread Ricardo Constantino
Signed-off-by: Ricardo Constantino --- configure | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/configure b/configure index c986aba..d639b8d 100755 --- a/configure +++ b/configure @@ -5396,7 +5396,6 @@ enabled avisynth && { { check_lib2 "windows.h" Load