aac: add math.h needed for log2f()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-04-23 10:44:21 +02:00
parent ab1572609f
commit 3d462373f8
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@
***********************************/
#include <float.h>
#include <math.h>
#include "avcodec.h"
#include "put_bits.h"
#include "aac.h"

View File

@ -35,6 +35,7 @@
#include <stdint.h>
#include <float.h>
#include <math.h>
#define ENVELOPE_ADJUSTMENT_OFFSET 2
#define NOISE_FLOOR_OFFSET 6.0f