[vlc-commits] Extras tools: use bz2 for the protobuf

Jean-Baptiste Kempf git at videolan.org
Thu Oct 8 15:41:17 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Oct  8 15:40:57 2015 +0200| [d568828976861fcfed7411a59ed81173810ba539] | committer: Jean-Baptiste Kempf

Extras tools: use bz2 for the protobuf

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

 extras/tools/packages.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/tools/packages.mak b/extras/tools/packages.mak
index 1250cc1..5a332ed 100644
--- a/extras/tools/packages.mak
+++ b/extras/tools/packages.mak
@@ -45,4 +45,4 @@ ANT_VERSION=1.9.5
 ANT_URL=$(APACHE)/ant/binaries/apache-ant-$(ANT_VERSION)-bin.tar.bz2
 
 PROTOBUF_VERSION := 2.6.1
-PROTOBUF_URL := https://github.com/google/protobuf/releases/download/v$(PROTOBUF_VERSION)/protobuf-$(PROTOBUF_VERSION).tar.gz
+PROTOBUF_URL := https://github.com/google/protobuf/releases/download/v$(PROTOBUF_VERSION)/protobuf-$(PROTOBUF_VERSION).tar.bz2



More information about the vlc-commits mailing list