[vlc-devel] [PATCH 3/3] contrib: fix the expand rule for headers-only contribs
Steve Lhomme
robux4 at videolabs.io
Mon Jun 12 10:18:52 CEST 2017
---
contrib/src/crystalhd/rules.mak | 1 +
contrib/src/d3d11/rules.mak | 1 +
contrib/src/d3d9/rules.mak | 1 +
3 files changed, 3 insertions(+)
diff --git a/contrib/src/crystalhd/rules.mak b/contrib/src/crystalhd/rules.mak
index a697ac85ae..8aa3e287d0 100644
--- a/contrib/src/crystalhd/rules.mak
+++ b/contrib/src/crystalhd/rules.mak
@@ -5,6 +5,7 @@ CRYSTAL_HEADERS_URL := http://www.broadcom.com/docs/support/crystalhd/crystalhd_
ifdef HAVE_WIN32
PKGS += crystalhd
endif
+EXPANDS_crystalhd = .crystalhd
$(TARBALLS)/crystalhd_lgpl_includes_v1.zip:
$(call download_pkg,$(CRYSTAL_HEADERS_URL),crystalhd)
diff --git a/contrib/src/d3d11/rules.mak b/contrib/src/d3d11/rules.mak
index fffc59fb95..23fd2f9c04 100644
--- a/contrib/src/d3d11/rules.mak
+++ b/contrib/src/d3d11/rules.mak
@@ -6,6 +6,7 @@ else
#ugly way to get the default location of standard idl files
IDL_INC_PATH = /`echo $(MSYSTEM) | tr A-Z a-z`/$(BUILD)/include
endif
+EXPANDS_d3d11 = .d3d11
D3D11_COMMIT_ID := a0cd5afeb60be3be0860e9a203314c10485bb9b8
DXGI12_COMMIT_ID := 790a6544347b53c314b9c6f1ea757a2d5504c67e
diff --git a/contrib/src/d3d9/rules.mak b/contrib/src/d3d9/rules.mak
index 62307dcb0b..cd1fd85911 100644
--- a/contrib/src/d3d9/rules.mak
+++ b/contrib/src/d3d9/rules.mak
@@ -6,6 +6,7 @@ else
#ugly way to get the default location of standard idl files
IDL_INC_PATH = /`echo $(MSYSTEM) | tr A-Z a-z`/$(BUILD)/include
endif
+EXPANDS_d3d9 = .d3d9
D3D9CAPS_COMMIT_ID := 477108e5706e73421634436c21cb76e1795b3609
DXVA2API_COMMIT_ID := 67bb96f54d720ca9e5aaa5da7d385348e0bfac31
--
2.12.1
More information about the vlc-devel
mailing list