[vlc-commits] contribs: remove d2d headers package

Jean-Baptiste Kempf git at videolan.org
Sun May 29 18:28:39 CEST 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun May 29 12:37:07 2016 +0200| [fe96f3ba63cf31fc4f078310a468f5145a463f27] | committer: Jean-Baptiste Kempf

contribs: remove d2d headers package

Close #16968

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

 contrib/src/dshow/rules.mak |    9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/contrib/src/dshow/rules.mak b/contrib/src/dshow/rules.mak
index 816b1c9..f9ddb37 100644
--- a/contrib/src/dshow/rules.mak
+++ b/contrib/src/dshow/rules.mak
@@ -1,9 +1,6 @@
 # DirectX headers, missing from mingw32
 
 DSHOW_HEADERS_URL := $(CONTRIB_VIDEOLAN)/dshow-headers-oss.tar.bz2
-D2D_HASH := b1affb70c021200b410eccd377ad5aeef2c5a85b
-D2D_URL := http://github.com/2of1/d2d1headers/archive/master.zip
-# FIXME: ^ D2D not working
 
 ifdef HAVE_WIN32
 ifndef HAVE_MINGW_W64
@@ -14,10 +11,7 @@ endif
 $(TARBALLS)/dshow-headers-oss.tar.bz2:
 	$(call download,$(DSHOW_HEADERS_URL))
 
-$(TARBALLS)/d2d_headers.zip:
-	$(call download,$(D2D_URL))
-
-DSHOW_SOURCES := dshow-headers-oss.tar.bz2 d2d_headers.zip
+DSHOW_SOURCES := dshow-headers-oss.tar.bz2
 
 .sum-dshow: $(DSHOW_SOURCES)
 
@@ -25,5 +19,4 @@ DSHOW_SOURCES := dshow-headers-oss.tar.bz2 d2d_headers.zip
 	mkdir -p -- "$(PREFIX)/include"
 	tar xjf $< -C "$(PREFIX)/include" \
 		--wildcards --no-anchored '*.h' --strip-components=1
-	unzip -jf $(TARBALLS)/d2d_headers.zip -d "$(PREFIX)/include"
 	touch $@



More information about the vlc-commits mailing list