[vlc-commits] commit: Contribs: correctly extract D2D headers (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Tue Oct 12 16:16:09 CEST 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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 $@
 



More information about the vlc-commits mailing list