]> git.sesse.net Git - vlc/commitdiff
tools: Download the defined gas-pp version instead of master
authorGleb Pinigin <gpinigin@gmail.com>
Mon, 22 Jul 2013 16:05:15 +0000 (23:05 +0700)
committerMartin Storsjö <martin@martin.st>
Mon, 22 Jul 2013 19:14:17 +0000 (22:14 +0300)
This fixes extracting of the tarball when master has progressed
from the specified hash.

Signed-off-by: Martin Storsjö <martin@martin.st>
extras/tools/packages.mak

index e0247bae8e38a30667a1b6530b3d7b999e68d4f2..30e9a6371921b3600b6d2a0032f0809038b8de61 100644 (file)
@@ -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