[vlc-devel] [PATCH 04/12] contrib: gcrypt: disable asm for macOS aarch64 for now
Felix Paul Kühne
fkuehne at videolan.org
Mon Aug 31 19:05:54 CEST 2020
From: Marvin Scholz <epirat07 at gmail.com>
The detection is currently broken and it does not work at all.
(cherry picked from commit 8edd1a300a429efb6fa518c600f62db532dba258)
Signed-off-by: Felix Paul Kühne <felix at feepk.net>
---
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 cca7f62784..7319fc046c 100644
--- a/contrib/src/gcrypt/rules.mak
+++ b/contrib/src/gcrypt/rules.mak
@@ -51,6 +51,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