This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavu/hwcontext_opencl.h: fix build on macOS
tags/n4.0
Rodger Combs
7 years ago
parent
5f67073b4c
commit
1204ce0b63
1 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
libavutil/hwcontext_opencl.h
+ 4
- 0
libavutil/hwcontext_opencl.h
View File
@@ -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"
Write
Preview
Loading…
Cancel
Save