changeset 12477:c707911013ad libavcodec

Use filename as pattern for multiple inclusion guards.
author diego
date Wed, 08 Sep 2010 16:02:20 +0000
parents c4be22c976b6
children 5942c42c44e5
files aac_tablegen_decl.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/aac_tablegen_decl.h	Wed Sep 08 15:34:13 2010 +0000
+++ b/aac_tablegen_decl.h	Wed Sep 08 16:02:20 2010 +0000
@@ -20,8 +20,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef AAC_TABLEGEN_INIT_H
-#define AAC_TABLEGEN_INIT_H
+#ifndef AAC_TABLEGEN_DECL_H
+#define AAC_TABLEGEN_DECL_H
 
 #if CONFIG_HARDCODED_TABLES
 #define ff_aac_tableinit()
@@ -31,4 +31,4 @@
 extern       float ff_aac_pow2sf_tab[428];
 #endif /* CONFIG_HARDCODED_TABLES */
 
-#endif /* AAC_TABLEGEN_INIT_H */
+#endif /* AAC_TABLEGEN_DECL_H */