Commit 35f470c9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contrib: add d2d headers

parent 2a4a8f9a
......@@ -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 $@
......
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment