]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Update ffmpeg to 5.1.4
authorFlole998 <Flole998@users.noreply.github.com>
Mon, 20 Nov 2023 13:39:36 +0000 (14:39 +0100)
committerFlole998 <Flole998@users.noreply.github.com>
Mon, 20 Nov 2023 22:19:31 +0000 (23:19 +0100)
Makefile.ffmpeg

index 6ed6eaa3c2313856b23dfa8cb9102f4163f3a14a..616f6c128b079fdef66491111ebf9f9b912960b6 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-5.1.3
+FFMPEG         = ffmpeg-5.1.4
 FFMPEG_TB      = $(FFMPEG).tar.bz2
 FFMPEG_URL     = https://ffmpeg.org/releases/$(FFMPEG_TB)
-FFMPEG_SHA1    = 027cf7011307689fdb670317f5ff29eee7cfcfbf
+FFMPEG_SHA1    = e64a16f32289a8bb5629f3b3234b95f11f32a66f
 
 
 # ##############################################################################