ffmpeg | branch: master | Matthieu Bouron <matthieu.bou...@gmail.com> | Mon Apr 
29 11:24:37 2019 +0200| [6251ad89a77566254b934fbf95159d66e29328a8] | committer: 
Matthieu Bouron

avcodec/mediacodec_wrapper: add missing "avcodec.h" include

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6251ad89a77566254b934fbf95159d66e29328a8
---

 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".

Reply via email to