shithub: openh264

Download patch

ref: 392f0bcc35236df89f37a19ee9add5db29d126e8
parent: 776954f0c08ecc28bc99eb125b2c7d0f654f420a
parent: fb570c3c786572b1c474bd55d22e081ea0634deb
author: huili2 <huili2@cisco.com>
date: Mon Nov 4 18:21:33 EST 2019

Merge pull request #3192 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>