mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-23 03:29:43 +00:00
avutil/cuda_check: add missing dynlink_loader.h include
Fixes make checkheaders Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
da5dae7415
commit
7cc8a2bb0b
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user