Commit 30fe9719 authored by Michael Niedermayer's avatar Michael Niedermayer Committed by Anton Khirnov

aac: add headers needed for log2f()

Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent 6deae83e
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
#include "aac.h" #include "aac.h"
#include "aacenc.h" #include "aacenc.h"
#include "aactab.h" #include "aactab.h"
#include "libavutil/libm.h"
/** bits needed to code codebook run value for long windows */ /** bits needed to code codebook run value for long windows */
static const uint8_t run_value_bits_long[64] = { static const uint8_t run_value_bits_long[64] = {
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include "aacsbrdata.h" #include "aacsbrdata.h"
#include "fft.h" #include "fft.h"
#include "aacps.h" #include "aacps.h"
#include "libavutil/libm.h"
#include <stdint.h> #include <stdint.h>
#include <float.h> #include <float.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment