From: alingherghescu Date: Fri, 10 Feb 2023 04:49:15 +0000 (-0800) Subject: update ffmpeg from 4.4.1 to 4.4.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02987438db97e54a39491853099db7ead4d50eb3;p=thirdparty%2Ftvheadend.git update ffmpeg from 4.4.1 to 4.4.3 - update ffmpeg from 4.4.1 to 4.4.3 --- diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index 44f91cf8e..0b95f5b19 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -108,10 +108,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 = 89bee0d3025b813c513084ad8546b0261623fbb0 -FFMPEG = ffmpeg-4.4.1 +FFMPEG = ffmpeg-4.4.3 FFMPEG_TB = $(FFMPEG).tar.bz2 FFMPEG_URL = https://ffmpeg.org/releases/$(FFMPEG_TB) -FFMPEG_SHA1 = 49306f284475014b8e68bff886aaeeaf0723810c +FFMPEG_SHA1 = a900f77ed16a18421983b499114c1595b8b765f2 # ##############################################################################