]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Makefile.ffmpeg: fix libvpx download
authorJaroslav Kysela <perex@perex.cz>
Mon, 8 Oct 2018 15:06:24 +0000 (17:06 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 8 Oct 2018 15:06:31 +0000 (17:06 +0200)
Makefile.ffmpeg

index 09f82c6bf46bf0c751b91bf3ce9263818e79a6c4..906cab5cdd60bed58838a61c4b50d0cb07a61718 100644 (file)
@@ -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: \