[vlc-commits] Contribs: gcrypt, disable padlock support on Windows

Jean-Baptiste Kempf git at videolan.org
Tue May 17 19:17:35 CEST 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 17 19:11:46 2016 +0200| [792d4ab6a68eea76fe5d8a450e6c7a464868219b] | committer: Jean-Baptiste Kempf

Contribs: gcrypt, disable padlock support on Windows

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

 contrib/src/gcrypt/rules.mak |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/src/gcrypt/rules.mak b/contrib/src/gcrypt/rules.mak
index 2a22b77..3bb2c80 100644
--- a/contrib/src/gcrypt/rules.mak
+++ b/contrib/src/gcrypt/rules.mak
@@ -26,8 +26,9 @@ GCRYPT_CONF = \
 	--enable-ciphers=aes,des,rfc2268,arcfour \
 	--enable-digests=sha1,md5,rmd160,sha256,sha512 \
 	--enable-pubkey-ciphers=dsa,rsa,ecc
+
 ifdef HAVE_WIN64
-GCRYPT_CONF += --disable-asm
+GCRYPT_CONF += --disable-asm --disable-padlock-support
 endif
 ifdef HAVE_IOS
 GCRYPT_EXTRA_CFLAGS = -fheinous-gnu-extensions



More information about the vlc-commits mailing list