summaryrefslogtreecommitdiff
path: root/libavcodec/aactab.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aactab.c')
-rw-r--r--libavcodec/aactab.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libavcodec/aactab.c b/libavcodec/aactab.c
index 2c30eeb51a..25f8d111b6 100644
--- a/libavcodec/aactab.c
+++ b/libavcodec/aactab.c
@@ -32,6 +32,9 @@
#include <stdint.h>
+DECLARE_ALIGNED(16, float, ff_aac_kbd_long_1024[1024]);
+DECLARE_ALIGNED(16, float, ff_aac_kbd_short_128[128]);
+
const uint8_t ff_aac_num_swb_1024[] = {
41, 41, 47, 49, 49, 51, 47, 47, 43, 43, 43, 40
};
@@ -983,4 +986,8 @@ const float ff_aac_pow2sf_tab[316] = {
2.68435456e+08, 3.19225354e+08, 3.79625062e+08, 4.51452825e+08,
};
+#else
+
+float ff_aac_pow2sf_tab[316];
+
#endif /* CONFIG_HARDCODED_TABLES */