From 827dc1fc9da0006aa7f1619a9747e0880695688a Mon Sep 17 00:00:00 2001 From: Pierre Ynard Date: Tue, 5 Jan 2010 19:42:11 +0100 Subject: [PATCH] contrib: uncompress directx and dshow headers to the right place --- extras/contrib/src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2