mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
Handing over maintainership to naito.yuichiro@gmail.com PR: 227374 Reported by: naito.yuichiro@gmail.com Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D15063
11 lines
238 B
C
11 lines
238 B
C
--- libhb/nlmeans_x86.c.orig 2017-10-05 21:17:34 UTC
|
|
+++ libhb/nlmeans_x86.c
|
|
@@ -10,7 +10,7 @@
|
|
|
|
#include "hb.h" // needed for ARCH_X86
|
|
|
|
-#if defined(ARCH_X86)
|
|
+#if defined(ARCH_X86) && defined(__X86_64)
|
|
|
|
#include <emmintrin.h>
|
|
|