[vlc-devel] [PATCH] contrib: gcrypt: avoid building if already available

Rémi Denis-Courmont remi at remlab.net
Thu Jan 9 13:19:39 CET 2020


Hi,

Last I checked, there's no support for pkg-config in upstream gcrypt.

Le 9 janvier 2020 19:13:54 GMT+09:00, Alexandre Janniaux <ajanni at videolabs.io> a écrit :
>---
> contrib/src/gcrypt/rules.mak | 3 +++
> 1 file changed, 3 insertions(+)
>
>diff --git a/contrib/src/gcrypt/rules.mak
>b/contrib/src/gcrypt/rules.mak
>index 21ee7edfd7..0e57d1f8eb 100644
>--- a/contrib/src/gcrypt/rules.mak
>+++ b/contrib/src/gcrypt/rules.mak
>@@ -3,6 +3,9 @@ GCRYPT_VERSION := 1.7.10
>GCRYPT_URL :=
>http://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-$(GCRYPT_VERSION).tar.bz2
> 
> PKGS += gcrypt
>+ifeq ($(call need_pkg,"libgcrypt"),)
>+PKGS_FOUND += gcrypt
>+endif
> 
> $(TARBALLS)/libgcrypt-$(GCRYPT_VERSION).tar.bz2:
> 	$(call download_pkg,$(GCRYPT_URL),gcrypt)
>-- 
>2.24.1
>
>_______________________________________________
>vlc-devel mailing list
>To unsubscribe or modify your subscription options:
>https://mailman.videolan.org/listinfo/vlc-devel

-- 
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20200109/6d0124e8/attachment.html>


More information about the vlc-devel mailing list