[vlc-commits] contrib: Mirror d3d* files on our servers

Hugo Beauzée-Luyssen git at videolan.org
Wed Feb 14 16:48:23 CET 2018


vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Feb 14 15:23:42 2018 +0100| [9d97d7298968922c005d34cd2369d0e53f7e1d03] | committer: Hugo Beauzée-Luyssen

contrib: Mirror d3d* files on our servers

Because SF tends to be down quite often

(cherry picked from commit 722e3136c7565921be81a22986e4729b1905e40d)
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

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

 contrib/src/d3d11/rules.mak | 6 +++---
 contrib/src/d3d9/rules.mak  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/contrib/src/d3d11/rules.mak b/contrib/src/d3d11/rules.mak
index a91ede4f35..4d9d17e9fe 100644
--- a/contrib/src/d3d11/rules.mak
+++ b/contrib/src/d3d11/rules.mak
@@ -28,16 +28,16 @@ PKGS += d3d11
 endif
 
 $(TARBALLS)/d3d11.idl:
-	$(call download,$(D3D11_IDL_URL))
+	$(call download_pkg,$(D3D11_IDL_URL),d3d11)
 
 $(TARBALLS)/dxgidebug.idl:
 	(cd $(TARBALLS) && patch -fp1) < $(SRC)/d3d11/dxgidebug.patch
 
 $(TARBALLS)/dxgi1_2.idl:
-	$(call download,$(DXGI12_IDL_URL))
+	$(call download_pkg,$(DXGI12_IDL_URL),d3d11)
 
 $(TARBALLS)/dxgitype.h:
-	$(call download,$(DXGITYPE_H_URL))
+	$(call download_pkg,$(DXGITYPE_H_URL),d3d11)
 
 .sum-d3d11: $(TARBALLS)/d3d11.idl $(TARBALLS)/dxgidebug.idl $(TARBALLS)/dxgi1_2.idl $(TARBALLS)/dxgitype.h
 
diff --git a/contrib/src/d3d9/rules.mak b/contrib/src/d3d9/rules.mak
index 19c81bd66e..29ce9a33c1 100644
--- a/contrib/src/d3d9/rules.mak
+++ b/contrib/src/d3d9/rules.mak
@@ -24,13 +24,13 @@ endif
 endif
 
 $(TARBALLS)/d3d9caps.h:
-	$(call download,$(D3D9CAPS_H_URL))
+	$(call download_pkg,$(D3D9CAPS_H_URL),d3d9)
 
 $(TARBALLS)/d3d9.h:
-	$(call download,$(D3D9_H_URL))
+	$(call download_pkg,$(D3D9_H_URL),d3d9)
 
 $(TARBALLS)/dxva2api.idl:
-	$(call download,$(DXVA2API_IDL_URL))
+	$(call download_pkg,$(DXVA2API_IDL_URL),d3d9)
 
 .sum-d3d9: $(TARBALLS)/d3d9caps.h $(TARBALLS)/d3d9.h $(TARBALLS)/dxva2api.idl
 



More information about the vlc-commits mailing list