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

contrib: fxc2: remove legacy dependency upon meson cross file

Signed-off-by: Konstantin Pavlov <thr...@videolan.org>

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

 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 c7055b881c..4d7b73b9f3 100644
--- a/contrib/src/fxc2/rules.mak
+++ b/contrib/src/fxc2/rules.mak
@@ -40,7 +40,7 @@ FXC2_CXX=$(error No x86 (cross) compiler found for fxc2)
 endif
 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 $@

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to