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

Pierre Lamot git at videolan.org
Wed May 22 12:25:34 CEST 2019


vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Tue May 21 19:01:47 2019 +0200| [8acab7a1163fb7d335d3a41c3eefd7388d8c62bd] | committer: Konstantin Pavlov

contrib: fxc2 don't raise an error when no win compiler is present and fxc isn't compiled

Signed-off-by: Konstantin Pavlov <thresh at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8acab7a1163fb7d335d3a41c3eefd7388d8c62bd
---

 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 18c0d0128a..c7055b881c 100644
--- a/contrib/src/fxc2/rules.mak
+++ b/contrib/src/fxc2/rules.mak
@@ -36,7 +36,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
 endif
 



More information about the vlc-commits mailing list