1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

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
+4
View File
@@ -43,6 +43,10 @@
#include "precomp.hpp"
#include "opencl_kernels_core.hpp"
#ifdef __APPLE__
#undef CV_NEON
#endif
namespace cv
{