lavu/hwcontext_opencl.h: fix build on macOS

pull/272/head
Rodger Combs 7 years ago
parent 5f67073b4c
commit 1204ce0b63
  1. 4
      libavutil/hwcontext_opencl.h

@ -19,7 +19,11 @@
#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"

Loading…
Cancel
Save