vlc | branch: master | David Fuhrmann <[email protected]> | Tue Jan 14 12:21:56 2014 +0100| [dc0ca56148308780dd3a98858cd945efabe86245] | committer: David Fuhrmann
contrib: disable gnutls on darwin os > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dc0ca56148308780dd3a98858cd945efabe86245 --- 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 b63d616..8544e73 100644 --- a/contrib/src/gnutls/rules.mak +++ b/contrib/src/gnutls/rules.mak @@ -4,7 +4,7 @@ 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 +ifndef HAVE_DARWIN_OS PKGS += gnutls endif endif _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
