Skip to content
Snippets Groups Projects
Commit 1204ce0b authored by Rodger Combs's avatar Rodger Combs
Browse files

lavu/hwcontext_opencl.h: fix build on macOS

parent 5f67073b
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,11 @@ ...@@ -19,7 +19,11 @@
#ifndef AVUTIL_HWCONTEXT_OPENCL_H #ifndef AVUTIL_HWCONTEXT_OPENCL_H
#define AVUTIL_HWCONTEXT_OPENCL_H #define AVUTIL_HWCONTEXT_OPENCL_H
#ifdef __APPLE__
#include <OpenCL/cl.h>
#else
#include <CL/cl.h> #include <CL/cl.h>
#endif
#include "frame.h" #include "frame.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment