From: Jaroslav Kysela Date: Fri, 19 Dec 2014 11:11:56 +0000 (+0100) Subject: Makefile.ffmpeg: upgrade libx264 and use different mirror, vlc ftp is not accessible... X-Git-Tag: v4.1~568 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eae66e14241aa7068955c049b9fa462beb7fea05;p=thirdparty%2Ftvheadend.git Makefile.ffmpeg: upgrade libx264 and use different mirror, vlc ftp is not accessible, fixes #2567 --- diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index 7b585e723..2b8e0e435 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -72,10 +72,10 @@ LIBVORBIS_TB = $(LIBVORBIS).tar.gz LIBVORBIS_URL = http://downloads.xiph.org/releases/vorbis/$(LIBVORBIS_TB) LIBVORBIS_SHA1 = 1602716c187593ffe4302124535240cec2079df3 -LIBX264 = x264-snapshot-20141012-2245 +LIBX264 = x264-snapshot-20141218-2245 LIBX264_TB = $(LIBX264).tar.bz2 -LIBX264_URL = ftp://ftp.videolan.org/pub/x264/snapshots/$(LIBX264_TB) -LIBX264_SHA1 = 392cd6b0e723192e009d731fe44db01b55c97fba +LIBX264_URL = http://ftp.via.ecp.fr/pub/videolan/x264/snapshots/$(LIBX264_TB) +LIBX264_SHA1 = 24a3b20e2c49a112e40df9f64885cbd81250298a LIBVPX = libvpx-v1.3.0 LIBVPX_TB = $(LIBVPX).tar.bz2