1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Android cmake toolchain file is included into OpenCV

This commit is contained in:
Andrey Kamaev
2011-05-03 08:13:50 +00:00
parent ce2edd137d
commit 727fbd5376
17 changed files with 440 additions and 21 deletions
@@ -119,6 +119,13 @@ CV_INLINE IppiSize ippiSize(int width, int height)
#define CV_SSE3 0
#endif
#if defined ANDROID && defined __ARM_NEON__
#include "arm_neon.h"
#define CV_NEON 1
#else
#define CV_NEON 0
#endif
#ifndef IPPI_CALL
#define IPPI_CALL(func) CV_Assert((func) >= 0)
#endif