From 0f512788c8cc2af914538acc31a9ae9bb03f5741 Mon Sep 17 00:00:00 2001 From: James Zern Date: Sun, 15 Dec 2013 18:40:23 -0800 Subject: {,vpx_scale}: normalize include guards Change-Id: Ib8aafeee30d59521ee256dc1801e0db6b4b8a371 --- vpx_scale/yv12config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vpx_scale/yv12config.h') diff --git a/vpx_scale/yv12config.h b/vpx_scale/yv12config.h index f23e1163c..bf5fc0779 100644 --- a/vpx_scale/yv12config.h +++ b/vpx_scale/yv12config.h @@ -8,8 +8,8 @@ * be found in the AUTHORS file in the root of the source tree. */ -#ifndef YV12_CONFIG_H -#define YV12_CONFIG_H +#ifndef VPX_SCALE_YV12CONFIG_H_ +#define VPX_SCALE_YV12CONFIG_H_ #ifdef __cplusplus extern "C" { @@ -85,4 +85,4 @@ extern "C" { } #endif -#endif // YV12_CONFIG_H +#endif // VPX_SCALE_YV12CONFIG_H_ -- cgit v1.2.3