vpx_dsp_common.h: fix include guard
authorJames Zern <jzern@google.com>
Wed, 4 May 2016 21:54:32 +0000 (14:54 -0700)
committerJames Zern <jzern@google.com>
Wed, 4 May 2016 21:54:32 +0000 (14:54 -0700)
Change-Id: I1ad41c096ec86870f9aecab6fdbc3af03e972afc

vpx_dsp/vpx_dsp_common.h

index a9e180e..2c95a3d 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VPX_DSP_COMMON_H_
-#define VPX_DSP_COMMON_H_
+#ifndef VPX_DSP_VPX_DSP_COMMON_H_
+#define VPX_DSP_VPX_DSP_COMMON_H_
 
 #include "./vpx_config.h"
 #include "vpx/vpx_integer.h"
@@ -67,4 +67,4 @@ static INLINE uint16_t clip_pixel_highbd(int val, int bd) {
 }  // extern "C"
 #endif
 
-#endif  // VPX_DSP_COMMON_H_
+#endif  // VPX_DSP_VPX_DSP_COMMON_H_