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

pull/3100/head
Vadim Pisarevsky 10 years ago
parent 12c69ad490
commit a37876ab95
  1. 4
      modules/core/src/convert.cpp

@ -43,6 +43,10 @@
#include "precomp.hpp"
#include "opencl_kernels_core.hpp"
#ifdef __APPLE__
#undef CV_NEON
#endif
namespace cv
{

Loading…
Cancel
Save