diff ppc/dsputil_altivec.h @ 5567:35cc7c922a76 libavcodec

Identifiers starting with underscores are reserved.
author diego
date Wed, 22 Aug 2007 12:41:16 +0000
parents ad0c45e0008c
children 204273dd0349
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 */