Commit 86d92ca8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: correctly extract D2D headers

parent 6a4df192
...@@ -2134,7 +2134,7 @@ d2d_headers.tar.gz: ...@@ -2134,7 +2134,7 @@ d2d_headers.tar.gz:
.dshow_headers: dshow-headers.tgz dxva2api.h d2d_headers.tar.gz .dshow_headers: dshow-headers.tgz dxva2api.h d2d_headers.tar.gz
mkdir -p $(PREFIX)/include mkdir -p $(PREFIX)/include
tar xzf $< -C $(PREFIX)/include tar xzf $< -C $(PREFIX)/include
tar xzf d2d_headers.tar.gz -C $(PREFIX)/include tar xzf d2d_headers.tar.gz -C $(PREFIX)/include --wildcards --no-anchored '*.h' --strip-components=1
cp dxva2api.h $(PREFIX)/include cp dxva2api.h $(PREFIX)/include
touch $@ touch $@
......
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