[vlc-commits] contrib: aom: Use VideoLAN mirror if available
Hugo Beauzée-Luyssen
git at videolan.org
Wed Mar 6 13:47:05 CET 2019
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Mar 6 13:03:35 2019 +0100| [30b116d88b2f952cf928c84039bffe12b10aaf63] | committer: Hugo Beauzée-Luyssen
contrib: aom: Use VideoLAN mirror if available
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=30b116d88b2f952cf928c84039bffe12b10aaf63
---
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 f8e3d0b632..ca5db23648 100644
--- a/contrib/src/aom/rules.mak
+++ b/contrib/src/aom/rules.mak
@@ -9,7 +9,7 @@ PKGS_FOUND += aom
endif
$(TARBALLS)/aom-$(AOM_VERSION).tar.gz:
- $(call download,$(AOM_GITURL))
+ $(call download_pkg,$(AOM_GITURL),aom)
.sum-aom: aom-$(AOM_VERSION).tar.gz
$(warning $@ not implemented)
More information about the vlc-commits
mailing list