]> granicus.if.org Git - libvpx/commitdiff
correct bitdepth_conversion_sse2.h header guard
authorJohann <johannkoenig@google.com>
Thu, 16 Feb 2017 20:43:33 +0000 (12:43 -0800)
committerJohann <johannkoenig@google.com>
Thu, 16 Feb 2017 20:43:33 +0000 (12:43 -0800)
Change-Id: Ic4ffd861608e67fe59bcb3a86010ce3ef11a5519

vpx_dsp/x86/bitdepth_conversion_sse2.h

index c5a29efbe9a75bdbd138aaa2a3f76f6545ddaa22..5d1d7795723c9ab3a65548e08e250323f7b9dbc5 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_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 @@ 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_