[vlc-commits] tools: Download gas-pp from libav.org instead of from github

Martin Storsjö git at videolan.org
Sat Jul 27 19:27:48 CEST 2013


vlc/vlc-2.1 | branch: master | Martin Storsjö <martin at martin.st> | Mon Jul 22 22:46:30 2013 +0300| [dc6a7a83492e01c205b5ac48f4f11a0d37dc0e6e] | committer: Felix Paul Kühne

tools: Download gas-pp from libav.org instead of from github

The github repo is only a mirror while the libav.org one is the
upstream.

Signed-off-by: Martin Storsjö <martin at martin.st>
(cherry picked from commit 3f2badf27576d1cc63e418bd2535fd4f8fd6c089)

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=dc6a7a83492e01c205b5ac48f4f11a0d37dc0e6e
---

 extras/tools/packages.mak |    2 +-
 extras/tools/tools.mak    |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/extras/tools/packages.mak b/extras/tools/packages.mak
index 30e9a63..f6c6374 100644
--- a/extras/tools/packages.mak
+++ b/extras/tools/packages.mak
@@ -33,7 +33,7 @@ OPENSSL_VERSION=1.0.0e
 OPENSSL_URL=http://www.openssl.org/source/openssl-$(OPENSSL_VERSION).tar.gz
 
 GAS_VERSION=c76b628
-GAS_URL=https://github.com/libav/gas-preprocessor/tarball/$(GAS_VERSION)
+GAS_URL=http://git.libav.org/?p=gas-preprocessor.git;a=snapshot;h=$(GAS_VERSION);sf=tgz
 
 RAGEL_VERSION=6.8
 RAGEL_URL=http://www.complang.org/ragel/ragel-$(RAGEL_VERSION).tar.gz
diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index d33e67c..440c090 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -216,10 +216,10 @@ CLEAN_PKG += openssl
 DISTCLEAN_PKG += openssl-$(OPENSSL_VERSION).tar.gz
 
 # gas-preprocessor
-libav-gas-preprocessor-$(GAS_VERSION).tar.gz:
+gas-preprocessor-$(GAS_VERSION).tar.gz:
 	$(call download,$(GAS_URL))
 
-gas: libav-gas-preprocessor-$(GAS_VERSION).tar.gz
+gas: gas-preprocessor-$(GAS_VERSION).tar.gz
 	$(UNPACK)
 	$(MOVE)
 



More information about the vlc-commits mailing list