summaryrefslogtreecommitdiff
path: root/compat/cuda/dynlink_cuda.h
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2017-05-08 18:40:23 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2017-05-09 18:38:30 +0200
commit17f63d98e679e88a64f96e4aefba57b12ca29a0c (patch)
tree227b26daf8e6b9d02b973aefca8f6f47cd177f9d /compat/cuda/dynlink_cuda.h
parent23538ad2eb76a0d27a1f2b2bcdccd857124a0224 (diff)
compat/cuda: update cuvid/nvdec headers to Video Codec SDK 8.0.14
This raises the required minimum NVIDIA display driver versions: NVIDIA Linux display driver 378.13 or newer NVIDIA Windows display driver 378.66 or newer
Diffstat (limited to 'compat/cuda/dynlink_cuda.h')
-rw-r--r--compat/cuda/dynlink_cuda.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/cuda/dynlink_cuda.h b/compat/cuda/dynlink_cuda.h
index 418bbd008a..3a13611ce6 100644
--- a/compat/cuda/dynlink_cuda.h
+++ b/compat/cuda/dynlink_cuda.h
@@ -43,6 +43,7 @@
typedef int CUdevice;
typedef void* CUarray;
typedef void* CUcontext;
+typedef void* CUstream;
#if defined(__x86_64) || defined(AMD64) || defined(_M_AMD64)
typedef unsigned long long CUdeviceptr;
#else