summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nouveau_xv.c2
1 files changed, 2 insertions, 0 deletions
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 <immintrin.h>
+#endif
#include "xf86xv.h"
#include <X11/extensions/Xv.h>