[vlc-devel] [PATCH 2/2] contribs: aom: set arm64 as cpu for any aarch64

Francois Cartegnie fcvlcdev at free.fr
Mon Sep 14 19:02:55 CEST 2020


otherwise late fails testing for sse2 on linux
---
 contrib/src/aom/rules.mak | 2 --
 1 file changed, 2 deletions(-)

diff --git a/contrib/src/aom/rules.mak b/contrib/src/aom/rules.mak
index ccf6491582..efae260ebe 100644
--- a/contrib/src/aom/rules.mak
+++ b/contrib/src/aom/rules.mak
@@ -73,11 +73,9 @@ endif
 endif
 
 # Force cpu detection
-ifdef HAVE_ANDROID
 ifeq ($(ARCH),aarch64)
 AOM_CONF += -DAOM_TARGET_CPU=arm64
 endif
-endif
 
 ifeq ($(ARCH),arm)
 # armv7, not just plain arm
-- 
2.25.4



More information about the vlc-devel mailing list