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

This commit is contained in:
Vadim Pisarevsky 2014-08-13 19:59:26 +04:00
parent 12c69ad490
commit a37876ab95

View File

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