[vlc-commits] contrib: aom: Include the git hash in the download filename
Martin Storsjö
git at videolan.org
Fri Apr 20 10:02:57 CEST 2018
vlc | branch: master | Martin Storsjö <martin at martin.st> | Thu Apr 19 13:59:44 2018 +0300| [b57dc75f24d219377c0ee16cd5046a28d7fe107d] | committer: Martin Storsjö
contrib: aom: Include the git hash in the download filename
This makes sure it is updated properly if changing the hash used.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b57dc75f24d219377c0ee16cd5046a28d7fe107d
---
contrib/src/aom/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/aom/rules.mak b/contrib/src/aom/rules.mak
index 588bd140c5..483e4b7a78 100644
--- a/contrib/src/aom/rules.mak
+++ b/contrib/src/aom/rules.mak
@@ -1,6 +1,6 @@
# aom
-AOM_VERSION := git
AOM_HASH := 6f49b5a214fa48c226be3bc28f5c597edb81ed8c
+AOM_VERSION := git-$(AOM_HASH)
AOM_GITURL := https://aomedia.googlesource.com/aom/+archive/$(AOM_HASH).tar.gz
PKGS += aom
More information about the vlc-commits
mailing list