mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Merge pull request #9130 from alalek:android_define
This commit is contained in:
@@ -635,7 +635,7 @@ struct ImplMutex::Impl
|
||||
int refcount;
|
||||
};
|
||||
|
||||
#elif defined __linux__ && !defined ANDROID
|
||||
#elif defined __linux__ && !defined __ANDROID__
|
||||
|
||||
struct ImplMutex::Impl
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user