$NetBSD$ avoid platform whitelist --- Source/Lib/Codec/EbThreads.c.orig 2020-10-30 01:51:10.000000000 +0000 +++ Source/Lib/Codec/EbThreads.c @@ -21,13 +21,11 @@ ****************************************/ #ifdef _WIN32 #include -#elif __linux__ +#else #include #include #include #include -#else -#error OS/Platform not supported. #endif // _WIN32 #if PRINTF_TIME #ifdef _WIN32