From: Jean-Baptiste Kempf Date: Thu, 29 Jul 2010 09:22:22 +0000 (+0200) Subject: Contrib: add d2d headers X-Git-Tag: 1.2.0-pre1~5625 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=35f470c9384200ed45d0731fef44dabebbf9e0a1;p=vlc Contrib: add d2d headers --- diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index edb6da61d1..572a641911 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 08be8a85d7..2f31fa76c4 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