]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
update to ffmpeg 6.1.1
authoruknunknown <alin_gherghescu@yahoo.com>
Sun, 21 Jan 2024 04:25:00 +0000 (20:25 -0800)
committerFlole998 <Flole998@users.noreply.github.com>
Sun, 21 Jan 2024 13:23:33 +0000 (14:23 +0100)
update to ffmpeg 6.1.1

Makefile.ffmpeg

index d2c6741045976e6008fe6025c519b8260a7d8bfc..91f6c832981bc5ec11dd32d81fd2269dee104d08 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 = 74231bb5572ebde98652a26ce98ede7895b4c730
 
-FFMPEG         = ffmpeg-6.0.1
+FFMPEG         = ffmpeg-6.1.1
 FFMPEG_TB      = $(FFMPEG).tar.bz2
 FFMPEG_URL     = https://ffmpeg.org/releases/$(FFMPEG_TB)
-FFMPEG_SHA1    = e53607510683fcceeb6239b751fa212ca80d6340
+FFMPEG_SHA1    = 157e7b0f6521142e1ebd786175e363e9f1b59312
 
 
 # ##############################################################################