ref: 06a82af0deccd0ba3b7a2a36f5eef37ee8205d69
parent: 1cb44945fbadeed9753a151a3f9d020b02e564b5
parent: 6c2d732bf484386603cdc772c050b4290c05cee6
author: Johann Koenig <johannkoenig@google.com>
date: Thu Feb 16 16:41:27 EST 2017
Merge "correct bitdepth_conversion_sse2.h header guard"
--- 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 <xmmintrin.h>
@@ -53,4 +53,4 @@
_mm_store_si128((__m128i *)(a), zero);
#endif
}
-#endif // VPX_DSP_X86_FDCT_H_
+#endif // VPX_DSP_X86_BITDEPTH_CONVERSION_SSE2_H_