From 5985a30d557e22c39c41d6e62f2b615e5ed0f5cc Mon Sep 17 00:00:00 2001
From: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
Date: Fri, 19 Dec 2014 16:52:12 -0500
Subject: [PATCH] contrib: have the possibility to overwrite videolan server
 addr

Refs #62799

Change-Id: I9a30c36af1389e47e70bc2693189adeb51c4f2d2
---
 daemon/contrib/src/main.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemon/contrib/src/main.mak b/daemon/contrib/src/main.mak
index 7963ac96bf..91643a1327 100644
--- a/daemon/contrib/src/main.mak
+++ b/daemon/contrib/src/main.mak
@@ -23,7 +23,7 @@ VPATH := $(TARBALLS)
 # Common download locations
 GNU := http://ftp.gnu.org/gnu
 SF := http://heanet.dl.sourceforge.net/sourceforge
-CONTRIB_VIDEOLAN := ftp://ftp.videolan.org/pub/contrib
+CONTRIB_VIDEOLAN ?= http://downloads.videolan.org/pub/contrib
 GNUTELEPHONY := https://github.com/dyfet
 
 #
-- 
GitLab