[vlc-devel] [PATCH 1/2] contrib: fxc2 don't raise and error when no win compiler is present and fxc isn't compiled
Alexandre Janniaux
ajanni at videolabs.io
Mon May 20 19:22:33 CEST 2019
Hi,
Thank you for fixing this, it's annoying on Linux. There is
a typo in the commit message, which says "and error" instead
of "an error".
Regards,
--
Alexandre Janniaux
VideoLabs
On Thu, May 16, 2019 at 11:28:36AM +0200, 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
>
>
> --
> 2.17.1
>
> _______________________________________________
> 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