[vlc-commits] Contribs: fetch libvpx from VideoLAN servers

Jean-Baptiste Kempf git at videolan.org
Fri May 19 15:25:59 CEST 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri May 19 15:25:42 2017 +0200| [c93f8cab285da3dad6f8795663b4844830bdd50c] | committer: Jean-Baptiste Kempf

Contribs: fetch libvpx from VideoLAN servers

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c93f8cab285da3dad6f8795663b4844830bdd50c
---

 contrib/src/vpx/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/vpx/rules.mak b/contrib/src/vpx/rules.mak
index 0f3bbe2740..e5e44758f0 100644
--- a/contrib/src/vpx/rules.mak
+++ b/contrib/src/vpx/rules.mak
@@ -9,7 +9,7 @@ PKGS_FOUND += vpx
 endif
 
 $(TARBALLS)/libvpx-$(VPX_VERSION).tar.bz2:
-	$(call download,$(VPX_URL))
+	$(call download_pkg,$(VPX_URL),vpx)
 
 .sum-vpx: libvpx-$(VPX_VERSION).tar.bz2
 



More information about the vlc-commits mailing list