From 28bd43a2eb15df78202f57d92aed0c990188ea30 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 23 Nov 2018 10:57:22 +0100 Subject: [PATCH] Makefile.ffmpeg: update to ffmpeg-3.4.5 --- Makefile.ffmpeg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index d405932cb..b1b2c4757 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -96,10 +96,10 @@ LIBMFX_URL = https://github.com/lu-zero/mfx_dispatch/archive/$(LIBMFX_TB) LIBMFX_SHA1 = 33dec0b054d842e8380eb31b97afe02d07d5c6fc LIBMFX_DIFFS = -FFMPEG = ffmpeg-3.4.4 +FFMPEG = ffmpeg-3.4.5 FFMPEG_TB = $(FFMPEG).tar.bz2 FFMPEG_URL = http://ffmpeg.org/releases/$(FFMPEG_TB) -FFMPEG_SHA1 = 182b7c873acb2914e2d3622f4fd10b476c2c7ff4 +FFMPEG_SHA1 = e8d0bb42513ce0761a500d8f83426fd035c3f1f9 # ############################################################################## -- 2.47.2