[FFmpeg-cvslog] avcodec: Add more missing #includes for ff_get_buffer()
Reinhard Tartler
git at videolan.org
Tue Aug 12 20:35:23 CEST 2014
ffmpeg | branch: release/0.10 | Reinhard Tartler <siretart at tauware.de> | Sat Aug 9 08:22:11 2014 -0700| [452e343295e25f7b2cbc8529c66e9386e2ea6f55] | committer: Diego Biurrun
avcodec: Add more missing #includes for ff_get_buffer()
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=452e343295e25f7b2cbc8529c66e9386e2ea6f55
---
libavcodec/libgsm.c | 1 +
libavcodec/libopencore-amr.c | 1 +
libavcodec/libspeexdec.c | 1 +
3 files changed, 3 insertions(+)
diff --git a/libavcodec/libgsm.c b/libavcodec/libgsm.c
index 1098bce..a1fbb55 100644
--- a/libavcodec/libgsm.c
+++ b/libavcodec/libgsm.c
@@ -30,6 +30,7 @@
#include <gsm/gsm.h>
#include "avcodec.h"
+#include "internal.h"
#include "gsm.h"
static av_cold int libgsm_encode_init(AVCodecContext *avctx) {
diff --git a/libavcodec/libopencore-amr.c b/libavcodec/libopencore-amr.c
index 8265848..724c3fc 100644
--- a/libavcodec/libopencore-amr.c
+++ b/libavcodec/libopencore-amr.c
@@ -20,6 +20,7 @@
*/
#include "avcodec.h"
+#include "internal.h"
#include "libavutil/avstring.h"
#include "libavutil/opt.h"
diff --git a/libavcodec/libspeexdec.c b/libavcodec/libspeexdec.c
index 0ce09f4..a9ed047 100644
--- a/libavcodec/libspeexdec.c
+++ b/libavcodec/libspeexdec.c
@@ -23,6 +23,7 @@
#include <speex/speex_stereo.h>
#include <speex/speex_callbacks.h>
#include "avcodec.h"
+#include "internal.h"
typedef struct {
AVFrame frame;
More information about the ffmpeg-cvslog
mailing list