diff options
author | Matt Oliver <protogonoi@gmail.com> | 2014-05-01 19:21:29 +1000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-01 19:28:31 +0200 |
commit | 5b9bb4d9ec0e1170ae576657208f60278500aedd (patch) | |
tree | 9ac4995e6c36f236598e79ef12883b2803315c16 /libavutil/opencl.h | |
parent | be098f6237980292c7f5c640aae638efd9e6cb11 (diff) | |
download | ffmpeg-5b9bb4d9ec0e1170ae576657208f60278500aedd.tar.gz |
opencl: add support for non-pthread locking
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/opencl.h')
-rw-r--r-- | libavutil/opencl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/opencl.h b/libavutil/opencl.h index cf0abd7975..9e6dc55ee8 100644 --- a/libavutil/opencl.h +++ b/libavutil/opencl.h @@ -38,6 +38,7 @@ #else #include <OpenCL/cl.h> #endif +#include <stdint.h> #include "dict.h" #include "libavutil/version.h" |