summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorRay Kinsella <ray.kinsella@intel.com>2017-02-10 10:36:59 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-02-11 15:18:33 +0100
commit995d1532b9c2ebe88d76168f96d6e8ae94417d95 (patch)
treef3986b7002929bf19ce7fda82305ec16f9b11022 /package
parent7d50d52c37a4d766849a363a58e25fe2a05b7bc3 (diff)
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 <ray.kinsella@intel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r--package/motion/motion.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/motion/motion.mk b/package/motion/motion.mk
index d27def2fd..d76b54701 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