OSDN Git Service

vorbis: vpxenc: Add missing include for av_rescale*
authorRobert Swain <robert.swain@gmail.com>
Mon, 4 Jul 2011 06:44:49 +0000 (08:44 +0200)
committerMans Rullgard <mans@mansr.com>
Mon, 4 Jul 2011 08:39:24 +0000 (09:39 +0100)
Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/libvorbis.c
libavcodec/libvpxenc.c

index 88da705..85cb9c5 100644 (file)
@@ -30,6 +30,7 @@
 #include "avcodec.h"
 #include "bytestream.h"
 #include "vorbis.h"
+#include "libavutil/mathematics.h"
 
 #undef NDEBUG
 #include <assert.h>
index 02f8135..ca2e615 100644 (file)
@@ -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.