[vlc-commits] contrib: use conditional variable assignment for GNU
    Zhao Zhili 
    git at videolan.org
       
    Sun May  8 14:39:32 CEST 2016
    
    
  
vlc | branch: master | Zhao Zhili <wantlamy at gmail.com> | 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 <jb at videolan.org>
> 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
    
    
More information about the vlc-commits
mailing list