From ccb51e51fba64c72d2ce8b106173baef37b187df Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 8 Oct 2018 17:06:24 +0200 Subject: [PATCH] Makefile.ffmpeg: fix libvpx download --- Makefile.ffmpeg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index 09f82c6bf..906cab5cd 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -301,7 +301,7 @@ endif $(LIB_ROOT)/$(LIBVPX)/.tvh_download: $(call DOWNLOAD,$(LIBVPX_URL),$(LIB_ROOT)/$(LIBVPX_TB),$(LIBVPX_SHA1)) - $(call UNTAR,$(LIBVPX_TB),j) + $(call UNTAR,$(LIBVPX_TB),z) @touch $@ $(LIB_ROOT)/$(LIBVPX)/.tvh_build: \ -- 2.47.2