]> granicus.if.org Git - libvpx/commitdiff
vpx: normalize include guards
authorJames Zern <jzern@google.com>
Mon, 16 Dec 2013 02:26:15 +0000 (18:26 -0800)
committerJames Zern <jzern@google.com>
Tue, 17 Dec 2013 03:41:05 +0000 (19:41 -0800)
Change-Id: Iee670353cffa1f9e97976ac507ad9519e5dda7f7

vpx/internal/vpx_codec_internal.h
vpx/svc_context.h
vpx/vp8.h
vpx/vp8cx.h
vpx/vp8dx.h
vpx/vpx_codec.h
vpx/vpx_decoder.h
vpx/vpx_encoder.h
vpx/vpx_image.h
vpx/vpx_integer.h

index 75b4a18770f4da83493fa267cf3f835c2751edb1..5ab32567e2645f4716a897be0230e82f90b2d0e0 100644 (file)
@@ -41,8 +41,8 @@
  * Once initialized, the instance is manged using other functions from
  * the vpx_codec_* family.
  */
-#ifndef VPX_CODEC_INTERNAL_H
-#define VPX_CODEC_INTERNAL_H
+#ifndef VPX_INTERNAL_VPX_CODEC_INTERNAL_H_
+#define VPX_INTERNAL_VPX_CODEC_INTERNAL_H_
 #include "../vpx_decoder.h"
 #include "../vpx_encoder.h"
 #include <stdarg.h>
@@ -531,4 +531,4 @@ vpx_codec_err_t vpx_validate_mmaps(const vpx_codec_stream_info_t *si,
                                    const vpx_codec_mmap_t *mmaps,
                                    const mem_req_t *mem_reqs, int nreqs,
                                    vpx_codec_flags_t init_flags);
-#endif
+#endif  // VPX_INTERNAL_VPX_CODEC_INTERNAL_H_
index 6c2367c4131bb94bf38259caa2184613dc1468b7..f675fb6847d692b9ef59e5667ae28576308de333 100644 (file)
@@ -138,4 +138,4 @@ void vpx_svc_set_keyframe(SvcContext *svc_ctx);
 }  // extern "C"
 #endif
 
-#endif  /* VPX_SVC_CONTEXT_H_ */
+#endif  // VPX_SVC_CONTEXT_H_
index 056fa7aed72e2487125b4ea84f303ed720ae14e2..2a31af6d10afbe2f237b6af28140cbc724b63005 100644 (file)
--- a/vpx/vp8.h
+++ b/vpx/vp8.h
@@ -27,8 +27,8 @@
 /*!\file
  * \brief Provides controls common to both the VP8 encoder and decoder.
  */
-#ifndef VP8_H
-#define VP8_H
+#ifndef VPX_VP8_H_
+#define VPX_VP8_H_
 
 #include "./vpx_codec.h"
 #include "./vpx_image.h"
@@ -135,4 +135,4 @@ VPX_CTRL_USE_TYPE(VP9_GET_REFERENCE,           vp9_ref_frame_t *)
 }  // extern "C"
 #endif
 
-#endif
+#endif  // VPX_VP8_H_
index 561496e1348ba88a29071b4549a7340b175d26b9..1243ac1e006d687d9fd0c4fc95060730a06248c4 100644 (file)
@@ -7,8 +7,8 @@
  *  in the file PATENTS.  All contributing project authors may
  *  be found in the AUTHORS file in the root of the source tree.
  */
-#ifndef VP8CX_H
-#define VP8CX_H
+#ifndef VPX_VP8CX_H_
+#define VPX_VP8CX_H_
 
 /*!\defgroup vp8_encoder WebM VP8 Encoder
  * \ingroup vp8
@@ -351,4 +351,4 @@ VPX_CTRL_USE_TYPE(VP9E_SET_AQ_MODE, unsigned int)
 }  // extern "C"
 #endif
 
-#endif
+#endif  // VPX_VP8CX_H_
index a677f9e2e775595931713827f978107e99eeb5a3..e89c0bcb14bd3b22798ed016ac2e93f48c8f70b6 100644 (file)
@@ -18,8 +18,8 @@
  * \brief Provides definitions for using the VP8 algorithm within the vpx Decoder
  *        interface.
  */
-#ifndef VP8DX_H
-#define VP8DX_H
+#ifndef VPX_VP8DX_H_
+#define VPX_VP8DX_H_
 
 #ifdef __cplusplus
 extern "C" {
@@ -123,4 +123,4 @@ VPX_CTRL_USE_TYPE(VP9D_SET_FRAME_BUFFER_LRU_CACHE, int)
 }  // extern "C"
 #endif
 
-#endif
+#endif  // VPX_VP8DX_H_
index 2c4a2a0ca960a6b881cd0faf757957a3e87c1aa5..03d2dec92e60f3fb4ae66cf19f6219e97912a28d 100644 (file)
@@ -36,8 +36,8 @@
  * Once initialized, the instance is manged using other functions from
  * the vpx_codec_* family.
  */
-#ifndef VPX_CODEC_H
-#define VPX_CODEC_H
+#ifndef VPX_VPX_CODEC_H_
+#define VPX_VPX_CODEC_H_
 
 #ifdef __cplusplus
 extern "C" {
@@ -554,5 +554,5 @@ extern "C" {
 #ifdef __cplusplus
 }
 #endif
-#endif
+#endif  // VPX_VPX_CODEC_H_
 
index b97382ecd7bf3dcdbd40a620d3df3ab47a3f275d..30a74ea92aadf39b64e09da59a0f3a13291c031f 100644 (file)
@@ -7,8 +7,8 @@
  *  in the file PATENTS.  All contributing project authors may
  *  be found in the AUTHORS file in the root of the source tree.
  */
-#ifndef VPX_DECODER_H
-#define VPX_DECODER_H
+#ifndef VPX_VPX_DECODER_H_
+#define VPX_VPX_DECODER_H_
 
 /*!\defgroup decoder Decoder Algorithm Interface
  * \ingroup codec
@@ -376,5 +376,5 @@ extern "C" {
 #ifdef __cplusplus
 }
 #endif
-#endif
+#endif  // VPX_VPX_DECODER_H_
 
index 4070694ab9c7ed91fcbfe0ed338e306d308e3a92..347388551a3210e615ef629d4356a982081644df 100644 (file)
@@ -7,8 +7,8 @@
  *  in the file PATENTS.  All contributing project authors may
  *  be found in the AUTHORS file in the root of the source tree.
  */
-#ifndef VPX_ENCODER_H
-#define VPX_ENCODER_H
+#ifndef VPX_VPX_ENCODER_H_
+#define VPX_VPX_ENCODER_H_
 
 /*!\defgroup encoder Encoder Algorithm Interface
  * \ingroup codec
@@ -932,5 +932,5 @@ extern "C" {
 #ifdef __cplusplus
 }
 #endif
-#endif
+#endif  // VPX_VPX_ENCODER_H_
 
index c304bacd07e18f394cedde3a25a39ac1cd60eeef..79e11aa0108b3e972c51cb9cd0e36e3ac331c715 100644 (file)
@@ -17,8 +17,8 @@
 extern "C" {
 #endif
 
-#ifndef VPX_IMAGE_H
-#define VPX_IMAGE_H
+#ifndef VPX_VPX_IMAGE_H_
+#define VPX_VPX_IMAGE_H_
 
   /*!\brief Current ABI version number
    *
@@ -240,4 +240,4 @@ extern "C" {
 #endif
 #ifdef __cplusplus
 }
-#endif
+#endif  // VPX_VPX_IMAGE_H_
index 0ccc96cd12761eeac6dd8b1201e788e666106ad7..dfa361ba38cfbe71b698e5163876c458a7c9a0dd 100644 (file)
@@ -9,8 +9,8 @@
  */
 
 
-#ifndef VPX_INTEGER_H
-#define VPX_INTEGER_H
+#ifndef VPX_VPX_INTEGER_H_
+#define VPX_VPX_INTEGER_H_
 
 /* get ptrdiff_t, size_t, wchar_t, NULL */
 #include <stddef.h>
@@ -54,4 +54,4 @@ typedef size_t uintptr_t;
 #include <inttypes.h>
 #endif
 
-#endif
+#endif  // VPX_VPX_INTEGER_H_