From: Flole Date: Mon, 25 Aug 2025 17:59:32 +0000 (+0200) Subject: Update static FFMPEG version to 8.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f1dbab217085786a8896d74fa944c555d516249;p=thirdparty%2Ftvheadend.git Update static FFMPEG version to 8.0 --- diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index 5c4c7135c..cc9d1f455 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -106,10 +106,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.1.1 +FFMPEG = ffmpeg-8.0 FFMPEG_TB = $(FFMPEG).tar.bz2 FFMPEG_URL = https://ffmpeg.org/releases/$(FFMPEG_TB) -FFMPEG_SHA1 = 157e7b0f6521142e1ebd786175e363e9f1b59312 +FFMPEG_SHA1 = 0d39e9c065c80b14c92f1e6f3e96e5c46af1dd5c # ##############################################################################