Re: [FFmpeg-devel] [PATCH] configure: Add missing extralib for gcrypt

2015-12-29 Thread Ricardo Constantino
On 29 December 2015 at 22:17, Nicolas George wrote: > > This should be using libgcrypt-config, as per documentation: > > https://gnupg.org/documentation/manuals/gcrypt/Building-sources.html > > Otherwise, we have to duplicate the effort each time a dependency changes. > > Regards, > > -- > Nico

Re: [FFmpeg-devel] [PATCH] configure: Add missing extralib for gcrypt

2015-12-29 Thread Nicolas George
Le nonidi 9 nivôse, an CCXXIV, Ricardo Constantino a écrit : > Signed-off-by: Ricardo Constantino > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index e3b7904..6d41343 100755 > --- a/configure > +++ b/configure > @@ -5396,7 +539

[FFmpeg-devel] [PATCH] configure: Add missing extralib for gcrypt

2015-12-29 Thread Ricardo Constantino
Signed-off-by: Ricardo Constantino --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e3b7904..6d41343 100755 --- a/configure +++ b/configure @@ -5396,7 +5396,7 @@ enabled avisynth && { { check_lib2 "windows.h" LoadLibrary; } ||