[vlc-commits] contrib/gnutls: fetch from v.o instead of upstream
Felix Paul Kühne
git at videolan.org
Thu Jun 16 20:21:29 CEST 2016
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Jun 16 20:21:19 2016 +0200| [e4b6a1f712c443da471893c4cd3c7af78f0197f4] | committer: Felix Paul Kühne
contrib/gnutls: fetch from v.o instead of upstream
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e4b6a1f712c443da471893c4cd3c7af78f0197f4
---
contrib/src/gnutls/rules.mak | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/contrib/src/gnutls/rules.mak b/contrib/src/gnutls/rules.mak
index 3a49f61..54dc5a5 100644
--- a/contrib/src/gnutls/rules.mak
+++ b/contrib/src/gnutls/rules.mak
@@ -1,7 +1,8 @@
# GnuTLS
GNUTLS_VERSION := 3.3.22
-GNUTLS_URL := ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/gnutls-$(GNUTLS_VERSION).tar.xz
+#GNUTLS_URL := ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/gnutls-$(GNUTLS_VERSION).tar.xz
+GNUTLS_URL := $(CONTRIB_VIDEOLAN)/gnutls-$(GNUTLS_VERSION).tar.xz
ifdef BUILD_NETWORK
ifndef HAVE_DARWIN_OS
More information about the vlc-commits
mailing list