[vlc-commits] tools: Download the defined gas-pp version instead of master
Gleb Pinigin
git at videolan.org
Sat Jul 27 19:27:48 CEST 2013
vlc/vlc-2.1 | branch: master | Gleb Pinigin <gpinigin at gmail.com> | Mon Jul 22 23:05:15 2013 +0700| [cd227f81020e756036f23e64106b7cac0b50b68d] | committer: Felix Paul Kühne
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>
(cherry picked from commit d9b63dff5bef6156a71e27a8994444debeeff776)
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=cd227f81020e756036f23e64106b7cac0b50b68d
---
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