From 1df177f35a05db505577cdc929e63fde906a704b Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Wed, 31 Jul 2013 10:51:03 +1000 Subject: nouveau: fix build on ppc by wrapping immintrin include. Signed-off-by: Dave Airlie --- src/nouveau_xv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/nouveau_xv.c b/src/nouveau_xv.c index 5569b7c..e19378d 100644 --- a/src/nouveau_xv.c +++ b/src/nouveau_xv.c @@ -25,7 +25,9 @@ #include "config.h" #endif +#ifdef __SSE2__ #include +#endif #include "xf86xv.h" #include -- cgit v1.2.1