mirror of
https://github.com/samsonjs/media.git
synced 2026-04-11 12:15:47 +00:00
vp9_extension: Include cstring explicitly
Without this, newer android NDKs (r14+) fail to compile. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=154271517
This commit is contained in:
parent
9c2b0f6de2
commit
f9c3742354
1 changed files with 2 additions and 1 deletions
|
|
@ -20,8 +20,9 @@
|
|||
#include <android/log.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <new>
|
||||
|
||||
#include "libyuv.h" // NOLINT
|
||||
|
|
|
|||
Loading…
Reference in a new issue