vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Oct 12 16:15:53 2010 +0200| [86d92ca8bb0aae7dc9eba58ab36fa5eafc066f4b] | committer: Jean-Baptiste Kempf
Contribs: correctly extract D2D headers > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=86d92ca8bb0aae7dc9eba58ab36fa5eafc066f4b --- extras/contrib/src/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index d13b7eb..f03d1c9 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -2134,7 +2134,7 @@ d2d_headers.tar.gz: .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 + tar xzf d2d_headers.tar.gz -C $(PREFIX)/include --wildcards --no-anchored '*.h' --strip-components=1 cp dxva2api.h $(PREFIX)/include touch $@ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
