diff options
author | Mans Rullgard <mans@mansr.com> | 2011-07-17 11:19:35 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-11-22 16:36:44 +0000 |
commit | 85770d6e56472eefb690b3871ebf337e08537ce1 (patch) | |
tree | 08ed006b579818a9d0087eb7f2aac074577e354b /libavcodec/aaccoder.c | |
parent | e361b5089a5b782662eac92d4a76b12c6eaa11be (diff) | |
download | ffmpeg-85770d6e56472eefb690b3871ebf337e08537ce1.tar.gz |
Add libavutil/mathematics.h #includes for INFINITY
This fixes build errors in some environments.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/aaccoder.c')
-rw-r--r-- | libavcodec/aaccoder.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/aaccoder.c b/libavcodec/aaccoder.c index b64bf9fa2d..f8a8f3d844 100644 --- a/libavcodec/aaccoder.c +++ b/libavcodec/aaccoder.c @@ -33,6 +33,7 @@ #include "libavutil/libm.h" // brought forward to work around cygwin header breakage #include <float.h> +#include "libavutil/mathematics.h" #include "avcodec.h" #include "put_bits.h" #include "aac.h" |