[vlc-devel] [PATCH 1/3] contrib: aom: disable runtime cpu detect for arm darwin

Thomas Guillem thomas at gllm.fr
Fri Aug 14 11:11:07 CEST 2020


Set LGTM

On Mon, Aug 10, 2020, at 19:04, Marvin Scholz wrote:
> ---
>  contrib/src/aom/rules.mak | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/contrib/src/aom/rules.mak b/contrib/src/aom/rules.mak
> index 63007ef435e..ccf6491582b 100644
> --- a/contrib/src/aom/rules.mak
> +++ b/contrib/src/aom/rules.mak
> @@ -65,7 +65,7 @@ AOM_CONF += -DAOM_ADS2GAS_REQUIRED=1 
> -DAOM_ADS2GAS=../build/make/ads2gas.pl -DAO
>  endif
>  endif
>  
> -ifdef HAVE_IOS
> +ifdef HAVE_DARWIN_OS
>  ifneq ($(filter arm aarch64, $(ARCH)),)
>  # These targets don't have runtime cpu detection.
>  AOM_CONF += -DCONFIG_RUNTIME_CPU_DETECT=0
> -- 
> 2.24.3 (Apple Git-128)
> 
> _______________________________________________
> 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