[vlc-devel] commit: contrib: uncompress directx and dshow headers to the right place ( Pierre Ynard )
git version control
git at videolan.org
Tue Jan 5 19:44:44 CET 2010
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Tue Jan 5 19:42:11 2010 +0100| [827dc1fc9da0006aa7f1619a9747e0880695688a] | committer: Pierre Ynard
contrib: uncompress directx and dshow headers to the right place
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=827dc1fc9da0006aa7f1619a9747e0880695688a
---
extras/contrib/src/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 2140da9..a63ccd4 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2162,7 +2162,7 @@ DISTCLEAN_PKG += dirac-$(DIRAC_VERSION).tar.gz
win32-dx7headers.tgz:
$(WGET) $(DX_HEADERS_URL)
.dx_headers: win32-dx7headers.tgz
- (cd ../include ; tar xzf ../src/$<)
+ tar xzf $< -C $(PREFIX)/include
touch $@
CLEAN_FILE += .dx_headers
DISTCLEAN_PKG += win32-dx7headers.tgz
@@ -2177,8 +2177,8 @@ dxva2api.h:
$(WGET) $(DXVA2_URL)
.dshow_headers: dshow-headers.tgz dxva2api.h
- (cd ../include ; tar xzf ../src/$<)
- (cp dxva2api.h ../include)
+ tar xzf $< -C $(PREFIX)/include
+ cp dxva2api.h $(PREFIX)/include
touch $@
CLEAN_FILE += .dshow_headers
More information about the vlc-devel
mailing list