mirror of
https://github.com/androidx/media.git
synced 2025-05-11 09:39:52 +08:00
Fix FLAC extension native part compilation
In the latest NDK version (r15) compilation fails because 'memset' isn't defined. Included cstring header. Issue: #2977 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=160139022
This commit is contained in:
parent
2f7de7d3e8
commit
6c24d93805
@ -22,6 +22,7 @@
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
#define LOG_TAG "FLACParser"
|
||||
#define ALOGE(...) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user