mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-18 23:14:35 +08:00
Fix compile errors with musl
Tested on RK3588 EVB with musl-1.2.2 and gcc-10.2. Change-Id: I10574446f46964bad5e67ab45c76060a193b8335 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#if defined(__gnu_linux__)
|
||||
#if defined(linux) && !defined(__ANDROID__)
|
||||
#include "mpp_log.h"
|
||||
#include "mpp_runtime.h"
|
||||
|
||||
|
Reference in New Issue
Block a user