summaryrefslogtreecommitdiff
path: root/vp9/common/mips
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2013-12-15 18:00:43 -0800
committerJames Zern <jzern@google.com>2013-12-16 19:40:49 -0800
commitbd9a388a060cf93d3e3739981e0cc28ec2e7d3d2 (patch)
tree6e61553a09269f4c9c904e3a1b36dd04c75f0437 /vp9/common/mips
parentccffac2b0675e7797dd723147930ad854676af17 (diff)
downloadlibvpx-bd9a388a060cf93d3e3739981e0cc28ec2e7d3d2.tar
libvpx-bd9a388a060cf93d3e3739981e0cc28ec2e7d3d2.tar.gz
libvpx-bd9a388a060cf93d3e3739981e0cc28ec2e7d3d2.tar.bz2
libvpx-bd9a388a060cf93d3e3739981e0cc28ec2e7d3d2.zip
vp9: normalize include guards
Change-Id: If4ddbdcfb3ab387cbca6910b42cf4df8111e6879
Diffstat (limited to 'vp9/common/mips')
-rw-r--r--vp9/common/mips/dspr2/vp9_common_dspr2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vp9/common/mips/dspr2/vp9_common_dspr2.h b/vp9/common/mips/dspr2/vp9_common_dspr2.h
index 644264f65..e9c698119 100644
--- a/vp9/common/mips/dspr2/vp9_common_dspr2.h
+++ b/vp9/common/mips/dspr2/vp9_common_dspr2.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VP9_COMMON_VP9_COMMON_DSPR2_H_
-#define VP9_COMMON_VP9_COMMON_DSPR2_H_
+#ifndef VP9_COMMON_MIPS_DSPR2_VP9_COMMON_DSPR2_H_
+#define VP9_COMMON_MIPS_DSPR2_VP9_COMMON_DSPR2_H_
#include <assert.h>
@@ -114,4 +114,4 @@ void vp9_convolve2_vert_dspr2(const uint8_t *src, ptrdiff_t src_stride,
int w, int h);
#endif // #if HAVE_DSPR2
-#endif // VP9_COMMON_VP9_COMMON_DSPR2_H_
+#endif // VP9_COMMON_MIPS_DSPR2_VP9_COMMON_DSPR2_H_