[vlc-devel] [PATCH] contrib: gmp: Fix clang check

Alexandre Janniaux ajanni at videolabs.io
Fri Oct 4 18:46:56 CEST 2019


Hi,

LGTM,

Regards,
--
Alexandre Janniaux
Videolabs

On Fri, Oct 04, 2019 at 05:15:12PM +0200, Marvin Scholz wrote:
> ---
>  contrib/src/gmp/rules.mak | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/contrib/src/gmp/rules.mak b/contrib/src/gmp/rules.mak
> index fa9b281873..b54617828f 100644
> --- a/contrib/src/gmp/rules.mak
> +++ b/contrib/src/gmp/rules.mak
> @@ -5,7 +5,7 @@ GMP_URL := https://gmplib.org/download/gmp-$(GMP_VERSION)/gmp-$(GMP_VERSION).tar
>
>  GMP_CONF :=
>
> -ifeq ($(CC),clang)
> +ifdef HAVE_CLANG
>  ifeq ($(ARCH),mipsel)
>  GMP_CONF += --disable-assembly
>  endif
> --
> 2.20.1 (Apple Git-117)
>
> _______________________________________________
> 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