forked from ilyaevseev/ffmpeg-build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adopted to Ubuntu-18.04 and CentOS 7.
- Loading branch information
1 parent
b7a1723
commit 8d17583
Showing
3 changed files
with
276 additions
and
169 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- ffmpeg-build-static-binaries/include/ffnvcodec/dynlink_cuda.h.orig 2018-10-14 21:53:25.000000000 +0300 | ||
+++ ffmpeg-build-static-binaries/include/ffnvcodec/dynlink_cuda.h 2018-10-14 22:01:15.791295749 +0300 | ||
@@ -100,9 +100,12 @@ | ||
CU_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_RESOURCE = 5, | ||
} CUexternalMemoryHandleType; | ||
|
||
+#ifndef CU_UUID_HAS_BEEN_DEFINED | ||
+#define CU_UUID_HAS_BEEN_DEFINED | ||
typedef struct CUuuid_st { | ||
char bytes[16]; | ||
} CUuuid; | ||
+#endif | ||
|
||
typedef struct CUDA_MEMCPY2D_st { | ||
size_t srcXInBytes; |
Oops, something went wrong.