[vlc-devel] [PATCH] contrib: fxc2 don't raise an error when no win compiler is present and fxc isn't compiled

Martin Storsjö martin at martin.st
Tue May 21 22:37:44 CEST 2019


On Tue, 21 May 2019, Pierre Lamot wrote:

> ---
> contrib/src/fxc2/rules.mak | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/contrib/src/fxc2/rules.mak b/contrib/src/fxc2/rules.mak
> index e1eff83cdf..93bfbd1062 100644
> --- a/contrib/src/fxc2/rules.mak
> +++ b/contrib/src/fxc2/rules.mak
> @@ -35,7 +35,7 @@ else ifeq ($(shell which i686-w64-mingw32-g++ >/dev/null 2>&1 || echo FAIL),)
> FXC2_CXX=i686-w64-mingw32-g++
> FXC2_DLL=dll/d3dcompiler_47_32.dll
> else
> -$(error No x86 (cross) compiler found for fxc2)
> +FXC2_CXX=$(error No x86 (cross) compiler found for fxc2)
> endif

LGTM

// Martin



More information about the vlc-devel mailing list