Skip to content
Snippets Groups Projects
Commit 7a12d97e authored by Mans Rullgard's avatar Mans Rullgard
Browse files

aac: fix build with hardcoded tables


aac_tablegen.h includes aac.h for the POW_SF2_ZERO definition, but
this also pulls in a raft of other headers, some of which are not
safe to use in code built with the host compiler.

Moving POW_SF2_ZERO to aac_tablegen_decl.h, where the declaration
of the array it relates to already resides, fixes the problems.

Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent e8fe208b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment