]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
motion: disable autotools host optimization
authorRay Kinsella <ray.kinsella@intel.com>
Fri, 10 Feb 2017 10:36:59 +0000 (10:36 +0000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 11 Feb 2017 14:18:33 +0000 (15:18 +0100)
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>
package/motion/motion.mk

index d27def2fd837aa3fc11be6084cbb772072c015b4..d76b54701781c61a991f87fbb1244ea9459befd5 100644 (file)
@@ -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