[vlc-commits] [Git][videolan/vlc][master] 2 commits: contrib: nvcodec: don't install for UWP
Steve Lhomme (@robUx4)
gitlab at videolan.org
Tue Feb 18 18:06:11 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
13150e4d by Steve Lhomme at 2025-02-18T16:53:17+00:00
contrib: nvcodec: don't install for UWP
It requires loading nvEncodeAPI[64].dll from the system which is not possible in UWP.
- - - - -
82e5f6cc by Steve Lhomme at 2025-02-18T16:53:17+00:00
contrib: nvcodec: update headers to 13.0.19.0
- - - - -
2 changed files:
- contrib/src/nvcodec/SHA512SUMS
- contrib/src/nvcodec/rules.mak
Changes:
=====================================
contrib/src/nvcodec/SHA512SUMS
=====================================
@@ -1 +1 @@
-96e924d9cba5a8cc043fe80f78a19dc00f6fd454c3ec77f89d402ca54ecea5db3cefbebfaccee861ce1aed191aade2487647ce4ae63e8d23ba0ac144cd95bbc3 nv-codec-headers-12.0.16.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
=====================================
@@ -1,12 +1,14 @@
# NVCODEC_HASH := 84483da70d903239d4536763fde8c7e6c4e80784
# NVCODEC_GITURL := $(VIDEOLAN_GIT)/ffmpeg/nv-codec-headers.git
# NVCODEC_GITURL := $(GITHUB)/FFmpeg/nv-codec-headers.git
-NVCODEC_VERSION := 12.0.16.0
+NVCODEC_VERSION := 13.0.19.0
NVCODEC_URL := $(GITHUB)/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
PKGS += nvcodec
endif
+endif
# $(TARBALLS)/nvcodec-$(NVCODEC_HASH).tar.xz:
# $(call download_git,$(NVCODEC_GITURL),,$(NVCODEC_HASH))
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/60c225b3e8ef18b537359b08980726156b453a4f...82e5f6cc167b689daf0204961d584e25302be0e0
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/60c225b3e8ef18b537359b08980726156b453a4f...82e5f6cc167b689daf0204961d584e25302be0e0
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