[vlc-devel] [PATCH] contrib: use conditional variable assignment for GNU
Zhao Zhili
wantlamy at gmail.com
Sun May 8 14:32:45 CEST 2016
Make it easier to use a GNU mirror site.
---
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 d05e6d2..8d94b64 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -21,7 +21,7 @@ DATE := $(shell date +%Y%m%d)
VPATH := $(TARBALLS)
# Common download locations
-GNU := http://ftp.gnu.org/gnu
+GNU ?= http://ftp.gnu.org/gnu
SF := http://heanet.dl.sourceforge.net/sourceforge
VIDEOLAN := http://downloads.videolan.org/pub/videolan
CONTRIB_VIDEOLAN := http://downloads.videolan.org/pub/contrib
--
2.7.4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20160508/6dfa6e51/attachment.html>
More information about the vlc-devel
mailing list