Browse Source

aac: add headers needed for log2f()

Signed-off-by: Anton Khirnov <anton@khirnov.net>
tags/n0.8
Michael Niedermayer Anton Khirnov 15 years ago
parent
commit
30fe971934
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      libavcodec/aaccoder.c
  2. +1
    -0
      libavcodec/aacsbr.c

+ 1
- 0
libavcodec/aaccoder.c View File

@@ -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] = {


+ 1
- 0
libavcodec/aacsbr.c View File

@@ -32,6 +32,7 @@
#include "aacsbrdata.h"
#include "fft.h"
#include "aacps.h"
#include "libavutil/libm.h"

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


Loading…
Cancel
Save