[vlc-devel] commit: contribs: use http instead of ftp to download the Darwin-binary package ( Felix Paul Kühne )
git version control
git at videolan.org
Fri Jun 5 18:08:08 CEST 2009
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Jun 5 18:08:04 2009 +0200| [91b4b33fd175c3f0b62433e7beecfb547fe92aa4] | committer: 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...
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=91b4b33fd175c3f0b62433e7beecfb547fe92aa4
---
extras/contrib/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/Makefile b/extras/contrib/Makefile
index 6a37991..ea86ea6 100644
--- a/extras/contrib/Makefile
+++ b/extras/contrib/Makefile
@@ -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 \
More information about the vlc-devel
mailing list