[vlc-commits] Contribs: use xzcat for tarballs

Jean-Baptiste Kempf git at videolan.org
Tue Feb 3 18:47:33 CET 2015


vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Feb  3 18:44:06 2015 +0100| [8dff2bfd8f5d0397b73523564dec8b8849cfe197] | committer: Jean-Baptiste Kempf

Contribs: use xzcat for tarballs

(cherry picked from commit c1223539332b016c6b3450f611b6f7bade879454)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=8dff2bfd8f5d0397b73523564dec8b8849cfe197
---

 contrib/src/ffmpeg/rules.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
index a1a56da..293b2e8 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -160,7 +160,7 @@ $(TARBALLS)/ffmpeg-$(HASH).tar.xz:
 ffmpeg: ffmpeg-$(HASH).tar.xz .sum-ffmpeg
 	rm -Rf $@ $@-$(HASH)
 	mkdir -p $@-$(HASH)
-	$(ZCAT) "$<" | (cd $@-$(HASH) && tar xv --strip-components=1)
+	$(XZCAT) "$<" | (cd $@-$(HASH) && tar xv --strip-components=1)
 	$(MOVE)
 
 .ffmpeg: ffmpeg



More information about the vlc-commits mailing list