From: Pierre Ynard Date: Tue, 5 Jan 2010 18:42:11 +0000 (+0100) Subject: contrib: uncompress directx and dshow headers to the right place X-Git-Tag: 1.1.0-ff~1445 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=827dc1fc9da0006aa7f1619a9747e0880695688a;p=vlc contrib: uncompress directx and dshow headers to the right place --- diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index 2140da99b9..a63ccd4244 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