gnu: libx264: Change source URL to HTTP.
* gnu/packages/video.scm (libx264): Download via HTTP. The videolan ftp server does not work with IPv6.
This commit is contained in:
		
							parent
							
								
									b4787e71ac
								
							
						
					
					
						commit
						735e84c7bd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -190,7 +190,7 @@ television and DVD.  It is also known as AC-3.")
 | 
				
			||||||
    (version "20160220-2245")
 | 
					    (version "20160220-2245")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "ftp://ftp.videolan.org/pub/x264/snapshots/"
 | 
					              (uri (string-append "http://download.videolan.org/pub/x264/snapshots/"
 | 
				
			||||||
                                  "x264-snapshot-" version ".tar.bz2"))
 | 
					                                  "x264-snapshot-" version ".tar.bz2"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue