mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
ffmpeg: Fix build error regarding missing host-yasm
Fixes http://autobuild.buildroot.net/results/b2a/b2aefd25431bab3d0f4fcf4c3e6de1ff6fc54ffa// Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
62ab07ef76
commit
8eb78ba124
@ -214,7 +214,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_X86_CPU_HAS_MMX),y)
|
ifeq ($(BR2_X86_CPU_HAS_MMX),y)
|
||||||
FFMPEG_CONF_OPT += --enable-yasm
|
FFMPEG_CONF_OPT += --enable-yasm
|
||||||
FFMPEG_DEPENDENCIES += yasm
|
FFMPEG_DEPENDENCIES += host-yasm
|
||||||
else
|
else
|
||||||
FFMPEG_CONF_OPT += --disable-yasm
|
FFMPEG_CONF_OPT += --disable-yasm
|
||||||
FFMPEG_CONF_OPT += --disable-mmx
|
FFMPEG_CONF_OPT += --disable-mmx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user