Commit 60e0ca5e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: fix dshow headers extraction

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