[vlc-commits] [Git][videolan/vlc][master] contrib: nvcodec: use proper release URL
Steve Lhomme (@robUx4)
gitlab at videolan.org
Tue Oct 7 13:25:09 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
ce63e3c9 by Steve Lhomme at 2025-10-07T12:42:24+00:00
contrib: nvcodec: use proper release URL
Rather than a generated tarball from the sources.
The hash is the same that was on Github in f445ccf8424ca52c6615c4580e1014bfe92e53c5.
- - - - -
2 changed files:
- contrib/src/nvcodec/SHA512SUMS
- contrib/src/nvcodec/rules.mak
Changes:
=====================================
contrib/src/nvcodec/SHA512SUMS
=====================================
@@ -1 +1 @@
-eb61ad6f7531dab9c74d939a1898f62ac623a91d0a32871972f609fa1df55b783b932cd4208c3af6b898164be9440e0a2dcc59bc019e4edda9b37c71b2037001 nv-codec-headers-13.0.19.0.tar.gz
\ No newline at end of file
+6e278c35737be5eea05582c4b47f8e36c58a8922983e5565b58357105d7fac2d7ba500e475a8bec598c0e6bca93eb4a0ed2867ddd198aa9f2a8c656eaa962dac nv-codec-headers-13.0.19.0.tar.gz
\ No newline at end of file
=====================================
contrib/src/nvcodec/rules.mak
=====================================
@@ -2,7 +2,7 @@
# NVCODEC_GITURL := $(VIDEOLAN_GIT)/ffmpeg/nv-codec-headers.git
# NVCODEC_GITURL := $(GITHUB)/FFmpeg/nv-codec-headers.git
NVCODEC_VERSION := 13.0.19.0
-NVCODEC_URL := https://code.ffmpeg.org/FFmpeg/nv-codec-headers/archive/n$(NVCODEC_VERSION).tar.gz
+NVCODEC_URL := https://code.ffmpeg.org/FFmpeg/nv-codec-headers/releases/download/n$(NVCODEC_VERSION)/nv-codec-headers-$(NVCODEC_VERSION).tar.gz
ifndef HAVE_DARWIN_OS
ifndef HAVE_WINSTORE # no LoadLibrary
@@ -18,7 +18,6 @@ $(TARBALLS)/nv-codec-headers-$(NVCODEC_VERSION).tar.gz:
.sum-nvcodec: nv-codec-headers-$(NVCODEC_VERSION).tar.gz
-nvcodec: UNPACK_DIR=nv-codec-headers
nvcodec: nv-codec-headers-$(NVCODEC_VERSION).tar.gz .sum-nvcodec
$(UNPACK)
$(MOVE)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ce63e3c96df8cad7f7064ef7edf3f332f175f45c
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ce63e3c96df8cad7f7064ef7edf3f332f175f45c
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list