[vlc-commits] commit: Contrib: add d2d headers (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Thu Jul 29 11:22:17 CEST 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jul 29 11:22:22 2010 +0200| [35f470c9384200ed45d0731fef44dabebbf9e0a1] | committer: Jean-Baptiste Kempf 

Contrib: add d2d headers

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

 extras/contrib/src/Makefile     |    6 +++++-
 extras/contrib/src/packages.mak |    1 +
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index edb6da6..572a641 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2099,8 +2099,12 @@ dshow-headers.tgz:
 dxva2api.h:
 	$(WGET) $(DXVA2_URL)
 
-.dshow_headers: dshow-headers.tgz dxva2api.h
+d2d_headers.tar.gz:
+	$(WGET) $(D2D_URL) -O $@
+
+.dshow_headers: dshow-headers.tgz dxva2api.h d2d_headers.tar.gz
 	tar xzf $< -C $(PREFIX)/include
+	tar xzf d2d_headers.tar.gz -C $(PREFIX)/include
 	cp dxva2api.h $(PREFIX)/include
 	touch $@
 
diff --git a/extras/contrib/src/packages.mak b/extras/contrib/src/packages.mak
index 08be8a8..2f31fa7 100644
--- a/extras/contrib/src/packages.mak
+++ b/extras/contrib/src/packages.mak
@@ -240,5 +240,6 @@ PEFLAGS_URL=$(CONTRIB_VIDEOLAN)
 SQLITE_VERSION=3.6.20
 SQLITE_URL=http://www.sqlite.org/sqlite-amalgamation-$(SQLITE_VERSION).tar.gz
 DXVA2_URL=$(CONTRIB_VIDEOLAN)/dxva2api.h
+D2D_URL=http://nodeload.github.com/2of1/d2d1headers/tarball/master
 VPX_VERSION=0.9.0
 VPX_URL=http://webm.googlecode.com/files/libvpx-$(VPX_VERSION).tar.bz2



More information about the vlc-commits mailing list