shithub: openh264

Download patch

ref: a5839939424a9deae3554b5f2204a058e47c6df9
parent: c1f1619bafa9eb99a5c4b99a77945a71b8eb049b
parent: 9752e21ab7499ca1311334a0e006751d2f75f1e0
author: huili2 <huili2@cisco.com>
date: Mon Oct 21 04:43:45 EDT 2019

Merge pull request #3183 from mstorsjo/android-includes

Fix building for android

--- a/codec/decoder/core/src/wels_decoder_thread.cpp
+++ b/codec/decoder/core/src/wels_decoder_thread.cpp
@@ -57,12 +57,6 @@
 #define HW_NCPU_NAME "hw.ncpu"
 #endif
 #endif
-#ifdef ANDROID_NDK
-#include <cpu-features.h>
-#endif
-#ifdef __ANDROID__
-#include <android/api-level.h>
-#endif
 
 #include "wels_decoder_thread.h"
 #include <stdio.h>