From: Ray Kinsella Date: Fri, 10 Feb 2017 10:36:59 +0000 (+0000) Subject: motion: disable autotools host optimization X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=995d1532b9c2ebe88d76168f96d6e8ae94417d95;p=buildroot.git motion: disable autotools host optimization The motion autotools script helpfully detects the host Microprocessors intr set and optimizes for it. Disabling this feature causes autotools to use the target parameters passed by BR instead. Signed-off-by: Ray Kinsella Signed-off-by: Thomas Petazzoni --- diff --git a/package/motion/motion.mk b/package/motion/motion.mk index d27def2fd8..d76b547017 100644 --- a/package/motion/motion.mk +++ b/package/motion/motion.mk @@ -14,7 +14,7 @@ MOTION_AUTORECONF = YES # motion does not use any specific function of jpeg-turbo, so just relies on # jpeg selection -MOTION_CONF_OPTS += --without-jpeg-turbo +MOTION_CONF_OPTS += --without-jpeg-turbo --without-optimizecpu ifeq ($(BR2_PACKAGE_FFMPEG_SWSCALE),y) MOTION_DEPENDENCIES += ffmpeg