From e29af81818b49d5586d6e1a0c91bf1ce4a576a09 Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Wed, 23 Jun 2010 19:30:01 +0000 Subject: aactab: Tablegenify ff_aac_pow2sf_tab. Originally committed as revision 23740 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aactab.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'libavcodec/aactab.h') diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h index 283d6c3a2d..c6213999b5 100644 --- a/libavcodec/aactab.h +++ b/libavcodec/aactab.h @@ -32,6 +32,7 @@ #include "libavutil/mem.h" #include "aac.h" +#include "aac_tablegen_decl.h" #include @@ -73,10 +74,4 @@ extern const uint16_t * const ff_swb_offset_128 [13]; extern const uint8_t ff_tns_max_bands_1024[13]; extern const uint8_t ff_tns_max_bands_128 [13]; -#if CONFIG_HARDCODED_TABLES -extern const float ff_aac_pow2sf_tab[428]; -#else -extern float ff_aac_pow2sf_tab[428]; -#endif /* CONFIG_HARDCODED_TABLES */ - #endif /* AVCODEC_AACTAB_H */ -- cgit v1.2.1