diff options
author | Ewout ter Hoeven <[email protected]> | 2019-02-11 12:38:30 +0100 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2019-02-11 14:40:13 -0500 |
commit | 05f18d9fc0fefa17f13cc7e43e5c47d36f8201ad (patch) | |
tree | 64257600f643dee6bb70a2b246b30ecc31ccbb86 | |
parent | fae39d5c457e5b5429cc5253d1290ce0529bdc39 (diff) |
contrib: Update to nvenc 8.2.15.7
-rw-r--r-- | contrib/nvenc/module.defs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/nvenc/module.defs b/contrib/nvenc/module.defs index e040b9ade..4e6c9db2e 100644 --- a/contrib/nvenc/module.defs +++ b/contrib/nvenc/module.defs @@ -1,10 +1,10 @@ $(eval $(call import.MODULE.defs,NVENC,nvenc)) $(eval $(call import.CONTRIB.defs,NVENC)) -NVENC.FETCH.url = https://download.handbrake.fr/contrib/nv-codec-headers-8.1.24.2.tar.gz -NVENC.FETCH.url += https://github.com/FFmpeg/nv-codec-headers/releases/download/n8.1.24.2/nv-codec-headers-8.1.24.2.tar.gz -NVENC.FETCH.sha256 = 2b339b2493f5b63b285dd660be05102af7d4ff2de9fcf3af94e48b5f91a3ca57 -NVENC.EXTRACT.tarbase = nv-codec-headers-n8.1.24.2 +NVENC.FETCH.url = https://download.handbrake.fr/contrib/nv-codec-headers-8.2.15.7.tar.gz +NVENC.FETCH.url += https://github.com/FFmpeg/nv-codec-headers/releases/download/n8.2.15.7/nv-codec-headers-8.2.15.7.tar.gz +NVENC.FETCH.sha256 = 175f8013eaaf95065d336637f33686e3b41c59284fbca9382b5f7c0c4ead047f +NVENC.EXTRACT.tarbase = nv-codec-headers-n8.2.15.7 NVENC.CONFIGURE = $(TOUCH.exe) $@ NVENC.BUILD.extra = PREFIX="$(NVENC.CONFIGURE.prefix)" |