Skip to content

Commit

Permalink
contrib: Update to nvenc 8.2.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH authored and bradleysepos committed Feb 11, 2019
1 parent fae39d5 commit 05f18d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contrib/nvenc/module.defs
Original file line number Diff line number Diff line change
@@ -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)"
Expand Down

0 comments on commit 05f18d9

Please sign in to comment.