Commit a37876ab authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed build of iOS framework another time; clang does not like the new NEON-optimized split/merge

parent 12c69ad4
...@@ -43,6 +43,10 @@ ...@@ -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
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment