Skip to content

Commit

Permalink
tools: Download gas-pp from libav.org instead of from github
Browse files Browse the repository at this point in the history
The github repo is only a mirror while the libav.org one is the
upstream.

Signed-off-by: Martin Storsjö <[email protected]>
  • Loading branch information
mstorsjo committed Jul 22, 2013
1 parent d80e7c5 commit 3f2badf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extras/tools/packages.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions extras/tools/tools.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3f2badf

Please sign in to comment.