[FFmpeg-devel] [PATCH] avcodec/mediacodec_wrapper: include stdbool.h
"zhilizhao(赵志立)"
quinkblack at foxmail.com
Mon Dec 19 04:11:57 EET 2022
> On Dec 16, 2022, at 11:39, Zhao Zhili <quinkblack at foxmail.com> wrote:
>
> From: Zhao Zhili <zhilizhao at tencent.com>
>
> Since NDK failed to do that:
> https://github.com/android/ndk/issues/1281
> ---
> libavcodec/mediacodec_wrapper.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/libavcodec/mediacodec_wrapper.c b/libavcodec/mediacodec_wrapper.c
> index 7ddf93ccc7..4d6e9487b8 100644
> --- a/libavcodec/mediacodec_wrapper.c
> +++ b/libavcodec/mediacodec_wrapper.c
> @@ -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>
> --
Pushed as 48d5aecfc4386be096dfb5d4c021af247ef0d803.
More information about the ffmpeg-devel
mailing list