]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Update static FFMPEG version to 8.0 Flole998-patch-6 1907/head
authorFlole <Flole998@users.noreply.github.com>
Mon, 25 Aug 2025 17:59:32 +0000 (19:59 +0200)
committerGitHub <noreply@github.com>
Mon, 25 Aug 2025 17:59:32 +0000 (19:59 +0200)
Makefile.ffmpeg

index 5c4c7135cf085b898b7059d22777ff3d1bf20b01..cc9d1f455f17f9687ed08ba5c16e905010656a0e 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-8.0
 FFMPEG_TB      = $(FFMPEG).tar.bz2
 FFMPEG_URL     = https://ffmpeg.org/releases/$(FFMPEG_TB)
-FFMPEG_SHA1    = 157e7b0f6521142e1ebd786175e363e9f1b59312
+FFMPEG_SHA1    = 0d39e9c065c80b14c92f1e6f3e96e5c46af1dd5c
 
 
 # ##############################################################################