]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Update ffmpeg to 7.0 ffmpeg-7.0 1690/head
authorFlole <Flole998@users.noreply.github.com>
Thu, 25 Apr 2024 20:59:53 +0000 (22:59 +0200)
committerFlole <Flole998@users.noreply.github.com>
Tue, 24 Jun 2025 01:59:50 +0000 (03:59 +0200)
Makefile.ffmpeg

index 5c4c7135cf085b898b7059d22777ff3d1bf20b01..9929d37c5140a6e5d1d38ef56727f8819044efb8 100644 (file)
@@ -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
 
 
 # ##############################################################################