]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/opencl.h
hevc: pass the full HEVCNAL struct to decode_nal_unit
[ffmpeg] / libavutil / opencl.h
index 4655cba552132d367da974a42370a8833d1b5343..0b7b8d4764dc2ca6f4e391cf4938ec0bef383f9d 100644 (file)
 #ifndef LIBAVUTIL_OPENCL_H
 #define LIBAVUTIL_OPENCL_H
 
-#include "config.h"
-#if HAVE_CL_CL_H
-#include <CL/cl.h>
-#else
+#ifdef __APPLE__
 #include <OpenCL/cl.h>
+#else
+#include <CL/cl.h>
 #endif
 #include <stdint.h>
 #include "dict.h"