[vlc-commits] Contribs: make OSX use nettle too

Jean-Baptiste Kempf git at videolan.org
Wed Mar 27 14:16:15 CET 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Mar 27 14:16:01 2013 +0100| [63527c64003b3b3592cfabbea3cd3b9316b2b60d] | committer: Jean-Baptiste Kempf

Contribs: make OSX use nettle too

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

 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 847b71f..7173091 100644
--- a/contrib/src/gnutls/rules.mak
+++ b/contrib/src/gnutls/rules.mak
@@ -45,7 +45,7 @@ ifdef HAVE_WIN32
 USE_GCRYPT=0
 endif
 ifdef HAVE_MACOSX
-USE_GCRYPT=1
+USE_GCRYPT=0
 endif
 ifdef HAVE_ANDROID
 USE_GCRYPT=0



More information about the vlc-commits mailing list