mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01: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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue