mirror of
https://github.com/opencv/opencv.git
synced 2025-06-28 23:50:58 +08:00
Fix Android build after commit:41b6d25
This commit is contained in:
parent
9d6ccecfdd
commit
ff3aa6cbe1
@ -965,7 +965,7 @@ struct Mutex::Impl
|
||||
int refcount;
|
||||
};
|
||||
|
||||
#elif defined __linux__
|
||||
#elif defined __linux__ && !defined ANDROID
|
||||
|
||||
struct Mutex::Impl
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user