vlc | branch: master | Zhao Zhili <[email protected]> | Sun May 8 20:32:45 2016 +0800| [97aadbccaec42d7ea9b111acf23e6f6a14275ffe] | committer: Jean-Baptiste Kempf
contrib: use conditional variable assignment for GNU Make it easier to use a GNU mirror site. Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=97aadbccaec42d7ea9b111acf23e6f6a14275ffe --- 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
