]> git.sesse.net Git - vlc/commitdiff
contribs: use http instead of ftp to download the Darwin-binary package
authorFelix Paul Kühne <fkuehne@videolan.org>
Fri, 5 Jun 2009 16:08:04 +0000 (18:08 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Fri, 5 Jun 2009 16:08:04 +0000 (18:08 +0200)
Note that we don't use FTP to access ganesh in 'make src' either...

extras/contrib/Makefile

index 6a379910044a2d904870366b2b084193408aa02d..ea86ea60cd152b020c67375944baa238325ffbdc 100644 (file)
@@ -46,7 +46,7 @@ ifdef HAVE_DARWIN_OS
 
 CONTRIBREV=8
 contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2:
-       $(WGET) ftp://ftp.videolan.org/pub/videolan/testing/contrib/$@
+       $(WGET) http://downloads.videolan.org/pub/videolan/testing/contrib/$@
 
 using-bin: contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2
        @if test -d tmp; then \