[vlc-commits] tools: Download the defined gas-pp version instead of master

Gleb Pinigin git at videolan.org
Mon Jul 22 21:14:26 CEST 2013


vlc | branch: master | Gleb Pinigin <gpinigin at gmail.com> | Mon Jul 22 23:05:15 2013 +0700| [d9b63dff5bef6156a71e27a8994444debeeff776] | committer: Martin Storsjö

tools: Download the defined gas-pp version instead of master

This fixes extracting of the tarball when master has progressed
from the specified hash.

Signed-off-by: Martin Storsjö <martin at martin.st>

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

 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 e0247ba..30e9a63 100644
--- a/extras/tools/packages.mak
+++ b/extras/tools/packages.mak
@@ -32,8 +32,8 @@ XZ_URL=http://tukaani.org/xz/xz-$(XZ_VERSION).tar.bz2
 OPENSSL_VERSION=1.0.0e
 OPENSSL_URL=http://www.openssl.org/source/openssl-$(OPENSSL_VERSION).tar.gz
 
-GAS_URL=https://github.com/libav/gas-preprocessor/tarball/master
 GAS_VERSION=c76b628
+GAS_URL=https://github.com/libav/gas-preprocessor/tarball/$(GAS_VERSION)
 
 RAGEL_VERSION=6.8
 RAGEL_URL=http://www.complang.org/ragel/ragel-$(RAGEL_VERSION).tar.gz



More information about the vlc-commits mailing list