[FFmpeg-cvslog] libxvid: add missing include of libavutil/mathematics.h

Christian Schmidt git at videolan.org
Tue Jul 26 00:53:21 CEST 2011


ffmpeg | branch: release/0.8 | Christian Schmidt <schmidt at digadd.de> | Mon Jul  4 10:41:04 2011 +0100| [8e3d264fb234db081436ab5b76525a355dc497db] | committer: Reinhard Tartler

libxvid: add missing include of libavutil/mathematics.h

Signed-off-by: Mans Rullgard <mans at mansr.com>

(cherry picked from commit 6c374bc0b40306c84e35a4002ab7fa96ace11c6c)

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

 libavcodec/libxvidff.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavcodec/libxvidff.c b/libavcodec/libxvidff.c
index 1e887a2..fd0aea5 100644
--- a/libavcodec/libxvidff.c
+++ b/libavcodec/libxvidff.c
@@ -30,6 +30,7 @@
 #include "avcodec.h"
 #include "libavutil/cpu.h"
 #include "libavutil/intreadwrite.h"
+#include "libavutil/mathematics.h"
 #include "libxvid_internal.h"
 #if !HAVE_MKSTEMP
 #include <fcntl.h>



More information about the ffmpeg-cvslog mailing list