From: Flole Date: Thu, 25 Apr 2024 20:59:53 +0000 (+0200) Subject: Update ffmpeg to 7.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=101a86096f915f7e336d314dde3b940602e4a0c2;p=thirdparty%2Ftvheadend.git Update ffmpeg to 7.0 --- diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index 5c4c7135c..9929d37c5 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-7.0 FFMPEG_TB = $(FFMPEG).tar.bz2 FFMPEG_URL = https://ffmpeg.org/releases/$(FFMPEG_TB) -FFMPEG_SHA1 = 157e7b0f6521142e1ebd786175e363e9f1b59312 +FFMPEG_SHA1 = 74eb4dd074e5466303ae083ed8b9103a1e72ffaf # ##############################################################################