fixed build of iOS framework another time; clang does not like the new NEON-optimized...
authorVadim Pisarevsky <vadim.pisarevsky@gmail.com>
Wed, 13 Aug 2014 15:59:26 +0000 (19:59 +0400)
committerVadim Pisarevsky <vadim.pisarevsky@gmail.com>
Wed, 13 Aug 2014 15:59:26 +0000 (19:59 +0400)
modules/core/src/convert.cpp

index 61499b3..6362475 100644 (file)
 #include "precomp.hpp"
 #include "opencl_kernels_core.hpp"
 
+#ifdef __APPLE__
+#undef CV_NEON
+#endif
+
 namespace cv
 {