[vlc-commits] contribs/gnutls: disable on iOS

David Fuhrmann git at videolan.org
Mon Dec 30 23:30:45 CET 2013


vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Mon Dec 30 23:11:01 2013 +0100| [e453aec19f4dd03246ff551a1a4b50a812044ddd] | committer: David Fuhrmann

contribs/gnutls: disable on iOS

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e453aec19f4dd03246ff551a1a4b50a812044ddd
---

 contrib/src/gnutls/rules.mak |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/contrib/src/gnutls/rules.mak b/contrib/src/gnutls/rules.mak
index bad9509..b63d616 100644
--- a/contrib/src/gnutls/rules.mak
+++ b/contrib/src/gnutls/rules.mak
@@ -4,8 +4,10 @@ GNUTLS_VERSION := 3.1.17
 GNUTLS_URL := ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/gnutls-$(GNUTLS_VERSION).tar.xz
 
 ifdef BUILD_NETWORK
+ifndef HAVE_IOS
 PKGS += gnutls
 endif
+endif
 ifeq ($(call need_pkg,"gnutls >= 3.0.20"),)
 PKGS_FOUND += gnutls
 endif



More information about the vlc-commits mailing list