diff options
author | Mans Rullgard <mans@mansr.com> | 2011-06-04 12:58:23 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-07-03 21:42:06 +0100 |
commit | 0ebcdf5cdad6bf20a5170735a7f77b23ecc081ac (patch) | |
tree | 2be5df93399cf1381764528b6cc8a0472c77745e /libavcodec/mpegvideo_enc.c | |
parent | ee8aecd23a962914d7c264c2169eed8b69d031aa (diff) | |
download | ffmpeg-0ebcdf5cdad6bf20a5170735a7f77b23ecc081ac.tar.gz |
Do not include mathematics.h in avutil.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/mpegvideo_enc.c')
-rw-r--r-- | libavcodec/mpegvideo_enc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo_enc.c b/libavcodec/mpegvideo_enc.c index cd13a5cd2b..73bcc5b229 100644 --- a/libavcodec/mpegvideo_enc.c +++ b/libavcodec/mpegvideo_enc.c @@ -28,6 +28,7 @@ */ #include "libavutil/intmath.h" +#include "libavutil/mathematics.h" #include "avcodec.h" #include "dsputil.h" #include "mpegvideo.h" |