freebsd-ports/multimedia/handbrake/files/patch-libhb_nlmeans.c
Fernando Apesteguía fd6988351f Update multimedia/handbrake to 1.1.0
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
2018-04-18 21:32:33 +00:00

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