comparison aactab.h @ 8590:7a463923ecd1 libavcodec

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.
author aurel
date Tue, 13 Jan 2009 23:44:16 +0000
parents 8a8d40fe77d9
children 77a633d4f4cc
comparison
equal deleted inserted replaced
8589:a29b5b5c3c9d 8590:7a463923ecd1
63 extern const uint8_t * const ff_aac_spectral_bits [11]; 63 extern const uint8_t * const ff_aac_spectral_bits [11];
64 extern const uint16_t ff_aac_spectral_sizes[11]; 64 extern const uint16_t ff_aac_spectral_sizes[11];
65 65
66 extern const float *ff_aac_codebook_vectors[]; 66 extern const float *ff_aac_codebook_vectors[];
67 67
68 #ifdef CONFIG_HARDCODED_TABLES 68 #if CONFIG_HARDCODED_TABLES
69 extern const float ff_aac_pow2sf_tab[316]; 69 extern const float ff_aac_pow2sf_tab[316];
70 #else 70 #else
71 extern float ff_aac_pow2sf_tab[316]; 71 extern float ff_aac_pow2sf_tab[316];
72 #endif /* CONFIG_HARDCODED_TABLES */ 72 #endif /* CONFIG_HARDCODED_TABLES */
73 73