From: Joakim Gissberg Date: Mon, 27 Jun 2016 14:59:44 +0000 (+0200) Subject: Upgrade ffmpeg to 3.1 X-Git-Tag: v4.2.1~409 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13cc71ac7b906e222f642734e4b012716fc7d7cc;p=thirdparty%2Ftvheadend.git Upgrade ffmpeg to 3.1 --- diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index d58cbf476..f2aa67b9b 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -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.0.2 +FFMPEG = ffmpeg-3.1 FFMPEG_TB = $(FFMPEG).tar.bz2 FFMPEG_URL = http://ffmpeg.org/releases/$(FFMPEG_TB) -FFMPEG_SHA1 = c40731a221fbfaa50671d69fe894bedd664f91e2 +FFMPEG_SHA1 = 63cb1934dc2aab93b8fe01728a7f8cc388a9b532 # ##############################################################################