summaryrefslogtreecommitdiff
path: root/libavcodec/aactab.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aactab.c')
-rw-r--r--libavcodec/aactab.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/aactab.c b/libavcodec/aactab.c
index dc9acc1bf3..77d8732c47 100644
--- a/libavcodec/aactab.c
+++ b/libavcodec/aactab.c
@@ -29,10 +29,12 @@
#include "libavutil/mem.h"
#include "aac.h"
-#include "aac_tablegen.h"
#include <stdint.h>
+float ff_aac_pow2sf_tab[428];
+float ff_aac_pow34sf_tab[428];
+
DECLARE_ALIGNED(32, float, ff_aac_kbd_long_1024)[1024];
DECLARE_ALIGNED(32, float, ff_aac_kbd_short_128)[128];
DECLARE_ALIGNED(32, int, ff_aac_kbd_long_1024_fixed)[1024];