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>
This commit is contained in:
Ray Kinsella 2017-02-10 10:36:59 +00:00 committed by Thomas Petazzoni
parent 7d50d52c37
commit 995d1532b9

View File

@ -14,7 +14,7 @@ MOTION_AUTORECONF = YES
# motion does not use any specific function of jpeg-turbo, so just relies on # motion does not use any specific function of jpeg-turbo, so just relies on
# jpeg selection # jpeg selection
MOTION_CONF_OPTS += --without-jpeg-turbo MOTION_CONF_OPTS += --without-jpeg-turbo --without-optimizecpu
ifeq ($(BR2_PACKAGE_FFMPEG_SWSCALE),y) ifeq ($(BR2_PACKAGE_FFMPEG_SWSCALE),y)
MOTION_DEPENDENCIES += ffmpeg MOTION_DEPENDENCIES += ffmpeg