--- a/Source/Lib/Common/Codec/EbThreads.h +++ b/Source/Lib/Common/Codec/EbThreads.h @@ -78,7 +78,7 @@ #endif #include #include -#if defined(__linux__) +#if defined(__linux__) && !defined(__ANDROID__) #define EB_CREATE_THREAD(pointer, thread_function, thread_context) \ do { \ pointer = svt_create_thread(thread_function, thread_context); \