From: Flole998 Date: Tue, 27 Oct 2020 00:52:21 +0000 (+0100) Subject: Use https for downloading ffmpeg and update nv-codec-headers X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd0f33b148028330c5d6b2c4021934e2cdef271f;p=thirdparty%2Ftvheadend.git Use https for downloading ffmpeg and update nv-codec-headers --- diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index f78179867..902fbdd8d 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -99,15 +99,15 @@ LIBOPUS_TB = $(LIBOPUS).tar.gz LIBOPUS_URL = https://archive.mozilla.org/pub/opus/$(LIBOPUS_TB) LIBOPUS_SHA1 = ed226536537861c9f0f1ef7ca79dffc225bc181b -FFNVCODEC_VER = 10.0.26.1 +FFNVCODEC_VER = 11.0.10.0 FFNVCODEC = nv-codec-headers-$(FFNVCODEC_VER) 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 = aac6b915284a8ff384f2123b1cb95e1b90525dc1 +FFNVCODEC_SHA1 = FFMPEG = ffmpeg-4.3.1 FFMPEG_TB = $(FFMPEG).tar.bz2 -FFMPEG_URL = http://ffmpeg.org/releases/$(FFMPEG_TB) +FFMPEG_URL = https://ffmpeg.org/releases/$(FFMPEG_TB) FFMPEG_SHA1 = d7bf601a6fc904333ab261e73c4b602ea471e942