diff options
author | Ewout ter Hoeven <[email protected]> | 2019-03-30 22:07:11 +0100 |
---|---|---|
committer | Scott <[email protected]> | 2019-03-30 21:07:11 +0000 |
commit | 26f3f30c07472b83165516f87c860723a15c6af4 (patch) | |
tree | 68986d89c7669154ed864362b86ce53836b50122 /contrib/nvenc | |
parent | e8f5368c4000cf6a07ee4ad28393ce0051fb7d22 (diff) |
contrib: Update to nvenc 9.0.18.1 (#1937)
Contrib: Update to nvenc 9.0.18.0
Diffstat (limited to 'contrib/nvenc')
-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 4e6c9db2e..7bc57d751 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.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.FETCH.url = https://download.handbrake.fr/contrib/nv-codec-headers-9.0.18.1.tar.gz +NVENC.FETCH.url += https://github.com/FFmpeg/nv-codec-headers/releases/download/n9.0.18.1/nv-codec-headers-9.0.18.1.tar.gz +NVENC.FETCH.sha256 = 6181a5dac66a6990aa3baf10a77ae677f372b9068be9ef73abfd37b73fb4c745 +NVENC.EXTRACT.tarbase = nv-codec-headers-n9.0.18.1 NVENC.CONFIGURE = $(TOUCH.exe) $@ NVENC.BUILD.extra = PREFIX="$(NVENC.CONFIGURE.prefix)" |