ffmpeg | branch: master | James Almer <[email protected]> | Tue Sep 15 19:29:07 
2020 -0300| [7cc8a2bb0b39ef8b428ca99d950dd01cff44a2e0] | committer: James Almer

avutil/cuda_check: add missing dynlink_loader.h include

Fixes make checkheaders

Signed-off-by: James Almer <[email protected]>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7cc8a2bb0b39ef8b428ca99d950dd01cff44a2e0
---

 libavutil/cuda_check.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavutil/cuda_check.h b/libavutil/cuda_check.h
index d02ea7eec4..3aea085c07 100644
--- a/libavutil/cuda_check.h
+++ b/libavutil/cuda_check.h
@@ -20,6 +20,8 @@
 #ifndef AVUTIL_CUDA_CHECK_H
 #define AVUTIL_CUDA_CHECK_H
 
+#include "compat/cuda/dynlink_loader.h"
+
 typedef CUresult CUDAAPI cuda_check_GetErrorName(CUresult error, const char** 
pstr);
 typedef CUresult CUDAAPI cuda_check_GetErrorString(CUresult error, const 
char** pstr);
 

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to