From: uknunknown Date: Sun, 21 Jan 2024 04:25:00 +0000 (-0800) Subject: update to ffmpeg 6.1.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7d5a1632f3088368ade07bce7412f46968e9ae9;p=thirdparty%2Ftvheadend.git update to ffmpeg 6.1.1 update to ffmpeg 6.1.1 --- diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index d2c674104..91f6c8329 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 = 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 # ##############################################################################