[FFmpeg-cvslog] vorbis: vpxenc: Add missing include for av_rescale*
Robert Swain
git at videolan.org
Wed Jul 27 12:49:42 CEST 2011
ffmpeg | branch: release/0.7 | Robert Swain <robert.swain at gmail.com> | Mon Jul 4 08:44:49 2011 +0200| [46a2dc91753535ec36e5d743508a7b1b4602243e] | committer: Reinhard Tartler
vorbis: vpxenc: Add missing include for av_rescale*
Signed-off-by: Mans Rullgard <mans at mansr.com>
(cherry picked from commit 954a6532160b9eac7773613be105fd706d639ade)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=46a2dc91753535ec36e5d743508a7b1b4602243e
---
libavcodec/libvorbis.c | 1 +
libavcodec/libvpxenc.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/libavcodec/libvorbis.c b/libavcodec/libvorbis.c
index 88da705..85cb9c5 100644
--- a/libavcodec/libvorbis.c
+++ b/libavcodec/libvorbis.c
@@ -30,6 +30,7 @@
#include "avcodec.h"
#include "bytestream.h"
#include "vorbis.h"
+#include "libavutil/mathematics.h"
#undef NDEBUG
#include <assert.h>
diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c
index 02f8135..ca2e615 100644
--- a/libavcodec/libvpxenc.c
+++ b/libavcodec/libvpxenc.c
@@ -30,6 +30,7 @@
#include "avcodec.h"
#include "libavutil/base64.h"
+#include "libavutil/mathematics.h"
/**
* Portion of struct vpx_codec_cx_pkt from vpx_encoder.h.
More information about the ffmpeg-cvslog
mailing list