vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Fri Oct 20 16:36:15 2017 +0200| [7f6ee4af268968e816a628e6d7a819f6946bf60e] | committer: Hugo Beauzée-Luyssen
gcrypt: NaCl: Disable CPU specific instructions > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7f6ee4af268968e816a628e6d7a819f6946bf60e --- contrib/src/gcrypt/rules.mak | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contrib/src/gcrypt/rules.mak b/contrib/src/gcrypt/rules.mak index 9cfde87e45..5510efb886 100644 --- a/contrib/src/gcrypt/rules.mak +++ b/contrib/src/gcrypt/rules.mak @@ -68,7 +68,10 @@ GCRYPT_CONF += ac_cv_sys_symbol_underscore=no endif endif ifdef HAVE_NACL -GCRYPT_CONF += --disable-asm ac_cv_func_syslog=no +GCRYPT_CONF += --disable-asm --disable-aesni-support ac_cv_func_syslog=no --disable-sse41-support +GCRYPT_CONF += --disable-avx-support --disable-avx2-support --disable-padlock-support +GCRYPT_CONF += --disable-amd64-as-feature-detection --disable-drng-support +GCRYPT_CONF += --disable-pclmul-support endif .gcrypt: gcrypt _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
