ffmpeg | branch: release/4.2 | Matthieu Bouron <matthieu.bou...@gmail.com> | Mon Apr 29 11:24:37 2019 +0200| [65434823a1eed14733580e75b0f0706731885b90] | committer: Matthieu Bouron
avcodec/mediacodec_wrapper: add missing "avcodec.h" include (cherry picked from commit 6251ad89a77566254b934fbf95159d66e29328a8) > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=65434823a1eed14733580e75b0f0706731885b90 --- libavcodec/mediacodec_wrapper.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/mediacodec_wrapper.h b/libavcodec/mediacodec_wrapper.h index f0de16d669..b106ff315a 100644 --- a/libavcodec/mediacodec_wrapper.h +++ b/libavcodec/mediacodec_wrapper.h @@ -26,6 +26,8 @@ #include <stdint.h> #include <sys/types.h> +#include "avcodec.h" + /** * The following API around MediaCodec and MediaFormat is based on the * NDK one provided by Google since Android 5.0. _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".