From 6c2d732bf484386603cdc772c050b4290c05cee6 Mon Sep 17 00:00:00 2001 From: Johann Date: Thu, 16 Feb 2017 12:43:33 -0800 Subject: [PATCH] correct bitdepth_conversion_sse2.h header guard Change-Id: Ic4ffd861608e67fe59bcb3a86010ce3ef11a5519 --- vpx_dsp/x86/bitdepth_conversion_sse2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vpx_dsp/x86/bitdepth_conversion_sse2.h b/vpx_dsp/x86/bitdepth_conversion_sse2.h index c5a29efbe..5d1d77957 100644 --- a/vpx_dsp/x86/bitdepth_conversion_sse2.h +++ b/vpx_dsp/x86/bitdepth_conversion_sse2.h @@ -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_DSP_X86_FDCT_H_ -#define VPX_DSP_X86_FDCT_H_ +#ifndef VPX_DSP_X86_BITDEPTH_CONVERSION_SSE2_H_ +#define VPX_DSP_X86_BITDEPTH_CONVERSION_SSE2_H_ #include @@ -53,4 +53,4 @@ static INLINE void store_zero_tran_low(tran_low_t *a) { _mm_store_si128((__m128i *)(a), zero); #endif } -#endif // VPX_DSP_X86_FDCT_H_ +#endif // VPX_DSP_X86_BITDEPTH_CONVERSION_SSE2_H_ -- 2.40.0