]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
update ffmpeg from 4.4.1 to 4.4.3
authoralingherghescu <alin_gherghescu@yahoo.com>
Fri, 10 Feb 2023 04:49:15 +0000 (20:49 -0800)
committerFlole998 <Flole998@users.noreply.github.com>
Sun, 12 Feb 2023 22:19:10 +0000 (23:19 +0100)
- update ffmpeg from 4.4.1 to 4.4.3

Makefile.ffmpeg

index 44f91cf8eb8735b902aa846e39b75422dff312f7..0b95f5b1944547c0a0d46a474cb3b7cd28bf74aa 100644 (file)
@@ -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
 
 
 # ##############################################################################