vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed Apr 19 11:15:21 2017 +0200| [8a3f7ebc3b53c29f39fa162adbe2b9a54ccb0225] | committer: Jean-Baptiste Kempf
Contribs: download lua from VideoLAN servers > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8a3f7ebc3b53c29f39fa162adbe2b9a54ccb0225 --- contrib/src/lua/rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/lua/rules.mak b/contrib/src/lua/rules.mak index dbf6d9310b..7353451bca 100644 --- a/contrib/src/lua/rules.mak +++ b/contrib/src/lua/rules.mak @@ -35,7 +35,7 @@ PKGS_FOUND += lua luac endif $(TARBALLS)/lua-$(LUA_VERSION).tar.gz: - $(call download,$(LUA_URL)) + $(call download_pkg,$(LUA_URL),lua) .sum-lua: lua-$(LUA_VERSION).tar.gz _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
