From: Jaroslav Kysela Date: Mon, 8 Oct 2018 15:06:24 +0000 (+0200) Subject: Makefile.ffmpeg: fix libvpx download X-Git-Tag: v4.2.7~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccb51e51fba64c72d2ce8b106173baef37b187df;p=thirdparty%2Ftvheadend.git Makefile.ffmpeg: fix libvpx download --- 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: \