diff options
author | Christian Schmidt <schmidt@digadd.de> | 2011-07-04 10:41:04 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-07-12 18:05:55 +0200 |
commit | 8e3d264fb234db081436ab5b76525a355dc497db (patch) | |
tree | e51423a69353d6405b9ca3200a4c0597d55ec225 | |
parent | 46a2dc91753535ec36e5d743508a7b1b4602243e (diff) | |
download | ffmpeg-8e3d264fb234db081436ab5b76525a355dc497db.tar.gz |
libxvid: add missing include of libavutil/mathematics.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 6c374bc0b40306c84e35a4002ab7fa96ace11c6c)
-rw-r--r-- | libavcodec/libxvidff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/libxvidff.c b/libavcodec/libxvidff.c index 1e887a2a8c..fd0aea58fa 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> |