fixed build of iOS framework another time; clang does not like the new NEON-optimized split/merge
This commit is contained in:
parent
12c69ad490
commit
a37876ab95
@ -43,6 +43,10 @@
|
|||||||
#include "precomp.hpp"
|
#include "precomp.hpp"
|
||||||
#include "opencl_kernels_core.hpp"
|
#include "opencl_kernels_core.hpp"
|
||||||
|
|
||||||
|
#ifdef __APPLE__
|
||||||
|
#undef CV_NEON
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace cv
|
namespace cv
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user