fix some include guards
authorJames Zern <jzern@google.com>
Wed, 26 Jan 2022 23:05:22 +0000 (15:05 -0800)
committerJames Zern <jzern@google.com>
Wed, 26 Jan 2022 23:05:22 +0000 (15:05 -0800)
Change-Id: I0233d352c134bdda3ca160d41b4671d1c45ab01c

vpx/internal/vpx_ratectrl_rtc.h
vpx_ports/mips.h

index 0474e0a..65398c6 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VPX_VPX_RATECTRL_RTC_H_
-#define VPX_VPX_RATECTRL_RTC_H_
+#ifndef VPX_VPX_INTERNAL_VPX_RATECTRL_RTC_H_
+#define VPX_VPX_INTERNAL_VPX_RATECTRL_RTC_H_
 
 #include "vpx/vpx_encoder.h"
 
@@ -59,4 +59,4 @@ struct VpxRateControlRtcConfig {
   int aq_mode;
 };
 }  // namespace libvpx
-#endif
+#endif  // VPX_VPX_INTERNAL_VPX_RATECTRL_RTC_H_
index bdc7525..439de75 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VPX_PORTS_MIPS_H_
-#define VPX_PORTS_MIPS_H_
+#ifndef VPX_VPX_PORTS_MIPS_H_
+#define VPX_VPX_PORTS_MIPS_H_
 
 #ifdef __cplusplus
 extern "C" {
@@ -24,4 +24,4 @@ int mips_cpu_caps(void);
 }  // extern "C"
 #endif
 
-#endif  // VPX_PORTS_MIPS_H_
+#endif  // VPX_VPX_PORTS_MIPS_H_