[vlc-commits] contribs: Use the new contrib location

Hugo Beauzée-Luyssen git at videolan.org
Mon Dec 19 17:10:48 CET 2016


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Dec 19 17:10:11 2016 +0100| [84d53a8c9810c677344eddc0ffdb7e182673b05f] | committer: Hugo Beauzée-Luyssen

contribs: Use the new contrib location

This one gets automatically populated by the buildbots

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

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

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index cab32d1..fb39e71 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -400,7 +400,7 @@ distclean: clean
 	$(RM) config.mak
 	unlink Makefile
 
-PREBUILT_URL=ftp://ftp.videolan.org/pub/videolan/contrib/$(HOST)/vlc-contrib-$(HOST)-latest.tar.bz2
+PREBUILT_URL=https://nightlies.videolan.org/build/contribs/vlc-contrib-$(HOST)-latest.tar.bz2
 
 vlc-contrib-$(HOST)-latest.tar.bz2:
 	$(call download,$(PREBUILT_URL))



More information about the vlc-commits mailing list