diff ppc/util_altivec.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 09f99af1db40
children 3b73d2fbc9e4
line wrap: on
line diff
--- a/ppc/util_altivec.h	Wed Oct 17 09:34:48 2007 +0000
+++ b/ppc/util_altivec.h	Wed Oct 17 09:37:46 2007 +0000
@@ -21,8 +21,8 @@
  * Contains misc utility macros and inline functions
  */
 
-#ifndef UTIL_ALTIVEC_H
-#define UTIL_ALTIVEC_H
+#ifndef FFMPEG_UTIL_ALTIVEC_H
+#define FFMPEG_UTIL_ALTIVEC_H
 
 // used to build registers permutation vectors (vcprm)
 // the 's' are for words in the _s_econd vector
@@ -103,4 +103,4 @@
     return vec_perm(first, second, mask);
 }
 
-#endif /* UTIL_ALTIVEC_H */
+#endif /* FFMPEG_UTIL_ALTIVEC_H */