[vlc-devel] [PATCH v2 6/7] contrib: gcrypt: disable asm for macOS aarch64 for now
Marvin Scholz
epirat07 at gmail.com
Thu Aug 6 00:07:24 CEST 2020
The detection is currently broken and it does not work at all.
---
contrib/src/gcrypt/rules.mak | 3 +++
1 file changed, 3 insertions(+)
diff --git a/contrib/src/gcrypt/rules.mak b/contrib/src/gcrypt/rules.mak
index d778cf0b9aa..e710f90e70b 100644
--- a/contrib/src/gcrypt/rules.mak
+++ b/contrib/src/gcrypt/rules.mak
@@ -53,6 +53,9 @@ GCRYPT_EXTRA_CFLAGS =
endif
ifdef HAVE_MACOSX
GCRYPT_CONF += --disable-aesni-support
+ifeq ($(ARCH),aarch64)
+GCRYPT_CONF += --disable-asm --disable-arm-crypto-support
+endif
else
ifdef HAVE_BSD
GCRYPT_CONF += --disable-asm --disable-aesni-support
--
2.24.3 (Apple Git-128)
More information about the vlc-devel
mailing list