Commit 890f8ebc authored by Rafaël Carré's avatar Rafaël Carré

contribs: make sure destdir exists when unpacking directshow headers

parent da3dc2ae
......@@ -2124,6 +2124,7 @@ d2d_headers.tar.gz:
$(WGET) $(D2D_URL) -O $@
.dshow_headers: dshow-headers.tgz dxva2api.h d2d_headers.tar.gz
mkdir -p $(PREFIX)/include
tar xzf $< -C $(PREFIX)/include
tar xzf d2d_headers.tar.gz -C $(PREFIX)/include
cp dxva2api.h $(PREFIX)/include
......
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