comparison aac_tablegen_decl.h @ 12477:c707911013ad libavcodec

Use filename as pattern for multiple inclusion guards.
author diego
date Wed, 08 Sep 2010 16:02:20 +0000
parents ebe049799f6d
children
comparison
equal deleted inserted replaced
12476:c4be22c976b6 12477:c707911013ad
18 * You should have received a copy of the GNU Lesser General Public 18 * You should have received a copy of the GNU Lesser General Public
19 * License along with FFmpeg; if not, write to the Free Software 19 * License along with FFmpeg; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22 22
23 #ifndef AAC_TABLEGEN_INIT_H 23 #ifndef AAC_TABLEGEN_DECL_H
24 #define AAC_TABLEGEN_INIT_H 24 #define AAC_TABLEGEN_DECL_H
25 25
26 #if CONFIG_HARDCODED_TABLES 26 #if CONFIG_HARDCODED_TABLES
27 #define ff_aac_tableinit() 27 #define ff_aac_tableinit()
28 extern const float ff_aac_pow2sf_tab[428]; 28 extern const float ff_aac_pow2sf_tab[428];
29 #else 29 #else
30 void ff_aac_tableinit(void); 30 void ff_aac_tableinit(void);
31 extern float ff_aac_pow2sf_tab[428]; 31 extern float ff_aac_pow2sf_tab[428];
32 #endif /* CONFIG_HARDCODED_TABLES */ 32 #endif /* CONFIG_HARDCODED_TABLES */
33 33
34 #endif /* AAC_TABLEGEN_INIT_H */ 34 #endif /* AAC_TABLEGEN_DECL_H */