[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 13:27:48 CEST 2019


vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Tue May 21 19:01:47 2019 +0200| [38fff08a4450685a46008854a49016e07e56873a] | 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=38fff08a4450685a46008854a49016e07e56873a
---

 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
 
 



More information about the vlc-commits mailing list