Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
BtbN committed May 9, 2017
1 parent a58abf0 commit 97b30d4
Show file tree
Hide file tree
Showing 4 changed files with 575 additions and 461 deletions.
1 change: 1 addition & 0 deletions compat/cuda/dynlink_cuda.h
Expand Up @@ -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
Expand Down

0 comments on commit 97b30d4

Please sign in to comment.