summaryrefslogtreecommitdiffstats
path: root/libavcodec/aac_tablegen_decl.h
Commit message (Collapse)AuthorAgeFilesLines
* aac: fix build with hardcoded tablesMans Rullgard2012-10-181-0/+2
| | | | | | | | | | | 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: Mans Rullgard <mans@mansr.com>
* multiple inclusion guard cleanupDiego Biurrun2011-05-211-3/+3
| | | | | Add missing multiple inclusion guards; clean up #endif comments; add missing library prefixes; keep guard names consistent.
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Use filename as pattern for multiple inclusion guards.Diego Biurrun2010-09-081-3/+3
| | | | Originally committed as revision 25079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse2010-06-231-0/+34
Originally committed as revision 23740 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud