diff options
author | Robert Swain <robert.swain@gmail.com> | 2011-07-04 08:44:49 +0200 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-07-04 09:39:24 +0100 |
commit | 954a6532160b9eac7773613be105fd706d639ade (patch) | |
tree | c3b64c62043bd4a49862785abd4fbbf213d88ef3 /libavcodec/libvpxenc.c | |
parent | a4ab70f92e4d8705434a2fee42a2b69a8bfa6bb1 (diff) | |
download | ffmpeg-954a6532160b9eac7773613be105fd706d639ade.tar.gz |
vorbis: vpxenc: Add missing include for av_rescale*
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/libvpxenc.c')
-rw-r--r-- | libavcodec/libvpxenc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c index 02f8135381..ca2e6157d5 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. |