changeset 5567:35cc7c922a76 libavcodec

Identifiers starting with underscores are reserved.
author diego
date Wed, 22 Aug 2007 12:41:16 +0000
parents bee74f94dafe
children 46b41d803766
files ppc/dsputil_altivec.h ppc/dsputil_ppc.h ppc/gcc_fixes.h
diffstat 3 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/ppc/dsputil_altivec.h	Tue Aug 21 18:24:08 2007 +0000
+++ b/ppc/dsputil_altivec.h	Wed Aug 22 12:41:16 2007 +0000
@@ -20,8 +20,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef _DSPUTIL_ALTIVEC_
-#define _DSPUTIL_ALTIVEC_
+#ifndef DSPUTIL_ALTIVEC_H
+#define DSPUTIL_ALTIVEC_H
 
 #include "dsputil_ppc.h"
 
@@ -114,4 +114,4 @@
 
 #endif /* HAVE_ALTIVEC */
 
-#endif /* _DSPUTIL_ALTIVEC_ */
+#endif /* DSPUTIL_ALTIVEC_H */
--- a/ppc/dsputil_ppc.h	Tue Aug 21 18:24:08 2007 +0000
+++ b/ppc/dsputil_ppc.h	Wed Aug 22 12:41:16 2007 +0000
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef _DSPUTIL_PPC_
-#define _DSPUTIL_PPC_
+#ifndef DSPUTIL_PPC_H
+#define DSPUTIL_PPC_H
 
 #ifdef CONFIG_POWERPC_PERF
 void powerpc_display_perf_report(void);
@@ -152,4 +152,4 @@
 #define POWERPC_PERF_STOP_COUNT(a, cond)     do {} while (0)
 #endif /* CONFIG_POWERPC_PERF */
 
-#endif /*  _DSPUTIL_PPC_ */
+#endif /*  DSPUTIL_PPC_H */
--- a/ppc/gcc_fixes.h	Tue Aug 21 18:24:08 2007 +0000
+++ b/ppc/gcc_fixes.h	Wed Aug 22 12:41:16 2007 +0000
@@ -20,8 +20,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef _GCC_FIXES_
-#define _GCC_FIXES_
+#ifndef GCC_FIXES_H
+#define GCC_FIXES_H
 
 #ifdef HAVE_ALTIVEC_H
 #include <altivec.h>
@@ -116,4 +116,4 @@
 #define const_vector vector
 #endif
 
-#endif /* _GCC_FIXES_ */
+#endif /* GCC_FIXES_H */