From 7c6fec672f25529539af27f882b02ebd21a4f973 Mon Sep 17 00:00:00 2001 From: James Zern Date: Fri, 10 Oct 2014 10:05:47 +0200 Subject: [PATCH] vp9_avg_intrin_sse2: correct intrinsics include immintrin.h -> emmintrin.h fixes build where newer intrinsics are unavailable Change-Id: I79311b39bfa782fc2abeb45884ecb417050cb9f8 --- vp9/encoder/x86/vp9_avg_intrin_sse2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vp9/encoder/x86/vp9_avg_intrin_sse2.c b/vp9/encoder/x86/vp9_avg_intrin_sse2.c index c6f94dc..ca6cf1a 100644 --- a/vp9/encoder/x86/vp9_avg_intrin_sse2.c +++ b/vp9/encoder/x86/vp9_avg_intrin_sse2.c @@ -8,7 +8,7 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include +#include #include "vpx_ports/mem.h" -- 2.7.4