From: Flole998 Date: Wed, 5 May 2021 14:38:29 +0000 (+0200) Subject: Update ffmpeg to 4.4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=637844055c186e981495da711e4887806f656c98;p=thirdparty%2Ftvheadend.git Update ffmpeg to 4.4 --- diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index b3fa2aca4..15f95ce59 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -106,10 +106,10 @@ FFNVCODEC_TB = $(FFNVCODEC).tar.gz FFNVCODEC_URL = https://github.com/FFmpeg/nv-codec-headers/releases/download/n$(FFNVCODEC_VER)/nv-codec-headers-$(FFNVCODEC_VER).tar.gz FFNVCODEC_SHA1 = 08cc33d526cadae82a71382fdb847164e4baa959 -FFMPEG = ffmpeg-4.3.1 +FFMPEG = ffmpeg-4.4 FFMPEG_TB = $(FFMPEG).tar.bz2 FFMPEG_URL = https://ffmpeg.org/releases/$(FFMPEG_TB) -FFMPEG_SHA1 = d7bf601a6fc904333ab261e73c4b602ea471e942 +FFMPEG_SHA1 = 9ceaa85da43f582a46b4d92de049418fdc835152 # ##############################################################################