vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Mon Mar 25 20:14:33 2013 +0200| [82cece074e60f1dc6e81982cfe4c215326ab4ebb] | committer: Rémi Denis-Courmont
contrib: gnutls: require version 3.0.20 or later > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=82cece074e60f1dc6e81982cfe4c215326ab4ebb --- contrib/src/gnutls/rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/gnutls/rules.mak b/contrib/src/gnutls/rules.mak index f7367b8..07b2b2d 100644 --- a/contrib/src/gnutls/rules.mak +++ b/contrib/src/gnutls/rules.mak @@ -4,7 +4,7 @@ GNUTLS_VERSION := 3.1.10 GNUTLS_URL := ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/gnutls-$(GNUTLS_VERSION).tar.xz PKGS += gnutls -ifeq ($(call need_pkg,"gnutls >= 2.0.0"),) +ifeq ($(call need_pkg,"gnutls >= 3.0.20"),) PKGS_FOUND += gnutls endif _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
