1
0
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:
Alexander Alekhin
2017-07-14 17:17:24 +00:00
25 changed files with 73 additions and 73 deletions
+1 -1
View File
@@ -635,7 +635,7 @@ struct ImplMutex::Impl
int refcount;
};
#elif defined __linux__ && !defined ANDROID
#elif defined __linux__ && !defined __ANDROID__
struct ImplMutex::Impl
{