contrib: use videolan git URL variable

This switches the FFmpeg URL from http to https, and switches the
x262 URL from git to https. No changes for nvcodec.
This commit is contained in:
Johannes Kauffmann 2023-02-25 12:30:16 +01:00 committed by Felix Paul Kühne
parent 3eedba28a9
commit cc3a2e818a
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ FFMPEG_REVISION := 3
FFMPEG_VERSION := $(FFMPEG_MAJVERSION).$(FFMPEG_REVISION)
FFMPEG_BRANCH=release/$(FFMPEG_MAJVERSION)
FFMPEG_URL := https://ffmpeg.org/releases/ffmpeg-$(FFMPEG_VERSION).tar.xz
FFMPEG_GITURL := http://git.videolan.org/git/ffmpeg.git
FFMPEG_GITURL := $(VIDEOLAN_GIT)/ffmpeg.git
FFMPEG_LAVC_MIN := 57.37.100
FFMPEG_BASENAME := $(subst .,_,$(subst \,_,$(subst /,_,$(FFMPEG_HASH))))

View File

@ -1,5 +1,5 @@
NVCODEC_HASH := 84483da70d903239d4536763fde8c7e6c4e80784
NVCODEC_GITURL := https://git.videolan.org/git/ffmpeg/nv-codec-headers.git
NVCODEC_GITURL := $(VIDEOLAN_GIT)/ffmpeg/nv-codec-headers.git
ifndef HAVE_DARWIN_OS
PKGS += nvcodec

View File

@ -1,6 +1,6 @@
# x262
X262_GITURL := git://git.videolan.org/x262.git
X262_GITURL := $(VIDEOLAN_GIT)/x262.git
X262_HASH := bb887aa4c0a4da955524aa220b62998c3b50504e
# ifdef BUILD_ENCODERS