fd6988351f
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
350 B
C
11 lines
350 B
C
--- libhb/nlmeans.c.orig 2017-10-05 21:17:34 UTC
|
|
+++ libhb/nlmeans.c
|
|
@@ -787,7 +787,7 @@ static int nlmeans_init(hb_filter_object
|
|
NLMeansFunctions *functions = &pv->functions;
|
|
|
|
functions->build_integral = build_integral_scalar;
|
|
-#if defined(ARCH_X86)
|
|
+#if defined(ARCH_X86) && defined(__X86_64)
|
|
nlmeans_init_x86(functions);
|
|
#endif
|
|
|