Le nonidi 9 nivôse, an CCXXIV, Ricardo Constantino a écrit : > Signed-off-by: Ricardo Constantino <wiia...@gmail.com> > --- > 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; } || > enabled chromaprint && require chromaprint chromaprint.h > chromaprint_get_version -lchromaprint > enabled decklink && { check_header DeckLinkAPI.h || die "ERROR: > DeckLinkAPI.h header not found"; } > enabled frei0r && { check_header frei0r.h || die "ERROR: frei0r.h > header not found"; } > -enabled gcrypt && require2 gcrypt gcrypt.h gcry_mpi_new -lgcrypt > +enabled gcrypt && require2 gcrypt gcrypt.h gcry_mpi_new -lgcrypt > -lgpg-error > enabled gmp && require2 gmp gmp.h mpz_export -lgmp > enabled gnutls && require_pkg_config gnutls gnutls/gnutls.h > gnutls_global_init > enabled ladspa && { check_header ladspa.h || die "ERROR: ladspa.h > header not found"; }
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, -- Nicolas George
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel