Skip to content

Commit

Permalink
aac: add headers needed for log2f()
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Khirnov <anton@khirnov.net>
  • Loading branch information
michaelni authored and elenril committed Apr 26, 2011
1 parent 6deae83 commit 30fe971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libavcodec/aaccoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -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] = {
Expand Down
1 change: 1 addition & 0 deletions libavcodec/aacsbr.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include "aacsbrdata.h"
#include "fft.h"
#include "aacps.h"
#include "libavutil/libm.h"

#include <stdint.h>
#include <float.h>
Expand Down

0 comments on commit 30fe971

Please sign in to comment.