]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/hwcontext_opencl.h
Merge commit '43778a501f1bfbceeddc8eaeea2ea2b3506beeda'
[ffmpeg] / libavutil / hwcontext_opencl.h
index 8e34df44cd2e34994de2c59874f434b38da77694..ef54486c95f004aeccdd09404c6c3b4507924ff4 100644 (file)
 #ifndef AVUTIL_HWCONTEXT_OPENCL_H
 #define AVUTIL_HWCONTEXT_OPENCL_H
 
+#ifdef __APPLE__
+#include <OpenCL/cl.h>
+#else
 #include <CL/cl.h>
+#endif
 
 #include "frame.h"