]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Update ffmpeg to 4.4
authorFlole998 <Flole998@users.noreply.github.com>
Wed, 5 May 2021 14:38:29 +0000 (16:38 +0200)
committerGitHub <noreply@github.com>
Wed, 5 May 2021 14:38:29 +0000 (16:38 +0200)
Makefile.ffmpeg

index b3fa2aca49cf338406249aa4fd2d8854def3f0a6..15f95ce59f24565d3a03beaf2462721e86e707ac 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 = 08cc33d526cadae82a71382fdb847164e4baa959
 
-FFMPEG         = ffmpeg-4.3.1
+FFMPEG         = ffmpeg-4.4
 FFMPEG_TB      = $(FFMPEG).tar.bz2
 FFMPEG_URL     = https://ffmpeg.org/releases/$(FFMPEG_TB)
-FFMPEG_SHA1    = d7bf601a6fc904333ab261e73c4b602ea471e942
+FFMPEG_SHA1    = 9ceaa85da43f582a46b4d92de049418fdc835152
 
 
 # ##############################################################################