summaryrefslogtreecommitdiff
path: root/libavcodec/aactab.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aactab.h')
-rw-r--r--libavcodec/aactab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h
index 54ec7c97f0..85e3a6d05b 100644
--- a/libavcodec/aactab.h
+++ b/libavcodec/aactab.h
@@ -43,8 +43,8 @@
/* @name window coefficients
* @{
*/
-DECLARE_ALIGNED(16, extern float, ff_aac_kbd_long_1024[1024]);
-DECLARE_ALIGNED(16, extern float, ff_aac_kbd_short_128[128]);
+DECLARE_ALIGNED(16, extern float, ff_aac_kbd_long_1024)[1024];
+DECLARE_ALIGNED(16, extern float, ff_aac_kbd_short_128)[128];
// @}
/* @name number of scalefactor window bands for long and short transform windows respectively