]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
update to ffmpeg 5.1.3
authoruknunknown <alin_gherghescu@yahoo.com>
Fri, 14 Apr 2023 22:26:58 +0000 (15:26 -0700)
committerFlole998 <Flole998@users.noreply.github.com>
Mon, 17 Apr 2023 23:38:56 +0000 (01:38 +0200)
update to ffmpeg 5.1.3

Makefile.ffmpeg

index 3763bff0184f5220607cd91a159d7eb0d86dcb5d..6581e906441457a9942c04d5ba7917b19497e8df 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.2
+FFMPEG         = ffmpeg-5.1.3
 FFMPEG_TB      = $(FFMPEG).tar.bz2
 FFMPEG_URL     = https://ffmpeg.org/releases/$(FFMPEG_TB)
-FFMPEG_SHA1    = f5215c15ca50a43856f641c714c6070aa148dd66
+FFMPEG_SHA1    = 027cf7011307689fdb670317f5ff29eee7cfcfbf
 
 
 # ##############################################################################