[vlc-commits] contrib: fxc2: remove legacy dependency upon meson cross file

Pierre Lamot git at videolan.org
Wed May 22 13:27:50 CEST 2019


vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Tue May 21 15:37:51 2019 +0300| [a5499748dccbbadb2dc97181d488683419bac9d7] | committer: Konstantin Pavlov

contrib: fxc2: remove legacy dependency upon meson cross file

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

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

 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 93bfbd1062..2e48d76df2 100644
--- a/contrib/src/fxc2/rules.mak
+++ b/contrib/src/fxc2/rules.mak
@@ -39,7 +39,7 @@ FXC2_CXX=$(error No x86 (cross) compiler found for fxc2)
 endif
 
 
-.fxc2: fxc2 crossfile.meson
+.fxc2: fxc2
 	cd $< && $(FXC2_CXX) -static fxc2.cpp -o fxc2.exe
 	cd $< && mkdir -p $(PREFIX)/bin && cp fxc2.exe $(PREFIX)/bin && cp $(FXC2_DLL) $(PREFIX)/bin/d3dcompiler_47.dll
 	touch $@



More information about the vlc-commits mailing list