diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-04-23 10:44:21 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-26 08:33:21 +0200 |
commit | 30fe9719344f01a147628e07a8e79a9ccc7e0835 (patch) | |
tree | 6323f01aa3f8dc5469085b772fa11b4cc5a8819b /libavcodec/aaccoder.c | |
parent | 6deae83e555982d86ef8cc68b804495092216fc4 (diff) | |
download | ffmpeg-30fe9719344f01a147628e07a8e79a9ccc7e0835.tar.gz |
aac: add headers needed for log2f()
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 e7f8cb0ed3..bc59ac5052 100644 --- a/libavcodec/aaccoder.c +++ b/libavcodec/aaccoder.c @@ -36,6 +36,7 @@ #include "aac.h" #include "aacenc.h" #include "aactab.h" +#include "libavutil/libm.h" /** bits needed to code codebook run value for long windows */ static const uint8_t run_value_bits_long[64] = { |