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

Steve Lhomme robux4 at ycbcr.xyz
Tue Sep 15 05:32:51 CEST 2020


> On 14 Sep 2020, at 19:03, Francois Cartegnie <fcvlcdev at free.fr> wrote:
> 
> otherwise late fails testing for sse2 on linux

I fail to parse that sentence.

> ---
> 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
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list