Commit 054e72bb authored by Felix Paul Kühne's avatar Felix Paul Kühne

contribs: use http instead of ftp to download the Darwin-binary package

Note that we don't use FTP to access ganesh in 'make src' either...
parent ad69767c
......@@ -46,7 +46,7 @@ ifdef HAVE_DARWIN_OS
CONTRIBREV=1.0
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 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment