summaryrefslogtreecommitdiff
path: root/libavcodec/aaccoder.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-07-17 11:19:35 +0100
committerMans Rullgard <mans@mansr.com>2011-11-22 16:36:44 +0000
commit85770d6e56472eefb690b3871ebf337e08537ce1 (patch)
tree08ed006b579818a9d0087eb7f2aac074577e354b /libavcodec/aaccoder.c
parente361b5089a5b782662eac92d4a76b12c6eaa11be (diff)
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.c1
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"