Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
46b770f2
Commit
46b770f2
authored
May 22, 2013
by
Jan Machacek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed include name in OpenCL on OS X
parent
7d904146
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
util.hpp
modules/ocl/include/opencv2/ocl/private/util.hpp
+1
-1
safe_call.hpp
modules/ocl/src/safe_call.hpp
+1
-1
No files found.
modules/ocl/include/opencv2/ocl/private/util.hpp
View file @
46b770f2
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
#include "opencv2/ocl/ocl.hpp"
#include "opencv2/ocl/ocl.hpp"
#if defined __APPLE__
#if defined __APPLE__
#include <OpenCL/
OpenCL
.h>
#include <OpenCL/
opencl
.h>
#else
#else
#include <CL/opencl.h>
#include <CL/opencl.h>
#endif
#endif
...
...
modules/ocl/src/safe_call.hpp
View file @
46b770f2
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
#define __OPENCV_OPENCL_SAFE_CALL_HPP__
#define __OPENCV_OPENCL_SAFE_CALL_HPP__
#if defined __APPLE__
#if defined __APPLE__
#include <OpenCL/
OpenCL
.h>
#include <OpenCL/
opencl
.h>
#else
#else
#include <CL/cl.h>
#include <CL/cl.h>
#endif
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment