mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avcodec/mediacodec_wrapper: include stdbool.h
Since NDK failed to do that: https://github.com/android/ndk/issues/1281 Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
This commit is contained in:
parent
a350e68c83
commit
48d5aecfc4
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <dlfcn.h>
|
||||
#include <jni.h>
|
||||
#include <stdbool.h>
|
||||
#include <media/NdkMediaFormat.h>
|
||||
#include <media/NdkMediaCodec.h>
|
||||
#include <android/native_window_jni.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue