summaryrefslogtreecommitdiff
path: root/libavcodec/aac_tablegen.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aac_tablegen.c')
-rw-r--r--libavcodec/aac_tablegen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/aac_tablegen.c b/libavcodec/aac_tablegen.c
index 33a179f51e..2d13211d45 100644
--- a/libavcodec/aac_tablegen.c
+++ b/libavcodec/aac_tablegen.c
@@ -33,5 +33,7 @@ int main(void)
WRITE_ARRAY("const", float, ff_aac_pow2sf_tab);
+ WRITE_ARRAY("const", float, ff_aac_pow34sf_tab);
+
return 0;
}