[vlc-devel] [PATCH 2/2] contrib: fxc2 remove legacy dependency upon meson cross file

Pierre Lamot pierre at videolabs.io
Thu May 16 11:28:37 CEST 2019


---
 contrib/src/fxc2/rules.mak | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/contrib/src/fxc2/rules.mak b/contrib/src/fxc2/rules.mak
index 93bfbd1062..57e4438434 100644
--- a/contrib/src/fxc2/rules.mak
+++ b/contrib/src/fxc2/rules.mak
@@ -38,8 +38,7 @@ else
 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 $@
-- 
2.17.1



More information about the vlc-devel mailing list