mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
build: detect Android via '__ANDROID__' macro
https://sourceforge.net/p/predef/wiki/OperatingSystems
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
#include "precomp.hpp"
|
||||
#include "opencl_kernels_video.hpp"
|
||||
|
||||
#if defined __APPLE__ || defined ANDROID
|
||||
#if defined __APPLE__ || defined __ANDROID__
|
||||
#define SMALL_LOCALSIZE
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user