Browse code

aac: add headers needed for log2f()

Signed-off-by: Anton Khirnov <anton@khirnov.net>

Michael Niedermayer authored on 2011/04/23 17:44:21
Showing 2 changed files
... ...
@@ -36,6 +36,7 @@
36 36
 #include "aac.h"
37 37
 #include "aacenc.h"
38 38
 #include "aactab.h"
39
+#include "libavutil/libm.h"
39 40
 
40 41
 /** bits needed to code codebook run value for long windows */
41 42
 static const uint8_t run_value_bits_long[64] = {
... ...
@@ -32,6 +32,7 @@
32 32
 #include "aacsbrdata.h"
33 33
 #include "fft.h"
34 34
 #include "aacps.h"
35
+#include "libavutil/libm.h"
35 36
 
36 37
 #include <stdint.h>
37 38
 #include <float.h>