]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Makefile.ffmpeg: ffmpeg 3.2, libvpx 1.6.0, x265 2.1
authorJaroslav Kysela <perex@perex.cz>
Mon, 31 Oct 2016 20:15:11 +0000 (21:15 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 31 Oct 2016 20:15:11 +0000 (21:15 +0100)
Makefile.ffmpeg

index e07ef2d3bdf68f55b8fb2c9c09b5d4cba00f638c..da9a65523a517b98dd4241ee62420c8bc82bf3b5 100644 (file)
@@ -52,20 +52,20 @@ LIBX264_URL    = http://ftp.videolan.org/x264/snapshots/$(LIBX264_TB)
 LIBX264_SHA1   = 90c48dab878520a819905880bc4912834fe694fb
 LIBX264_DIFFS  = libx264.configure.diff
 
-LIBX265        = x265_1.9
+LIBX265        = x265_2.1
 LIBX265_TB     = $(LIBX265).tar.gz
 LIBX265_URL    = http://ftp.videolan.org/videolan/x265/$(LIBX265_TB)
-LIBX265_SHA1   = 8c9aa3b87b0f0a418bbb9782e9354d112d75e003
+LIBX265_SHA1   = 37ed92b83dbe9e1420e1c226d35caeea16d4b0e4
 ifeq ($(CONFIG_PIE),yes)
 LIBX265_DIFFS  = libx265.pie.diff
 else
 LIBX265_DIFFS  = libx265.pic.diff
 endif
 
-LIBVPX         = libvpx-1.5.0
+LIBVPX         = libvpx-1.6.0
 LIBVPX_TB      = $(LIBVPX).tar.bz2
 LIBVPX_URL     = http://storage.googleapis.com/downloads.webmproject.org/releases/webm/$(LIBVPX_TB)
-LIBVPX_SHA1    = 0baf76627eb08450eaf307347d1721f56a880c64
+LIBVPX_SHA1    = 57ec789410151f2a17cb06cbd4a77a871dcaf3b2
 
 LIBOGG         = libogg-1.3.2
 LIBOGG_TB      = $(LIBOGG).tar.gz
@@ -94,10 +94,10 @@ LIBMFX_URL     = https://github.com/lu-zero/mfx_dispatch/archive/$(LIBMFX_TB)
 LIBMFX_SHA1    = 84dbdf4a6b409067e863eb9564bb2efdec6d39ce
 LIBMFX_DIFFS   = libmfx.linux.path.diff
 
-FFMPEG         = ffmpeg-3.1
+FFMPEG         = ffmpeg-3.2
 FFMPEG_TB      = $(FFMPEG).tar.bz2
 FFMPEG_URL     = http://ffmpeg.org/releases/$(FFMPEG_TB)
-FFMPEG_SHA1    = 63cb1934dc2aab93b8fe01728a7f8cc388a9b532
+FFMPEG_SHA1    = aac4876d1bc4d2cd8d9833b20649c3eed984f6ef
 
 
 # ##############################################################################