mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
ffmpeg: typo fix
Add missing bracket. Signed-off-by: Karoly Kasza <kaszak@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
fc90517b55
commit
d402daaeae
@ -342,7 +342,7 @@ FFMPEG_CONF_OPTS += $(call qstrip,$(BR2_PACKAGE_FFMPEG_EXTRACONF))
|
|||||||
|
|
||||||
ifneq ($(call qstrip,$(BR2_GCC_TARGET_CPU)),)
|
ifneq ($(call qstrip,$(BR2_GCC_TARGET_CPU)),)
|
||||||
FFMPEG_CONF_OPTS += --cpu=$(BR2_GCC_TARGET_CPU)
|
FFMPEG_CONF_OPTS += --cpu=$(BR2_GCC_TARGET_CPU)
|
||||||
else ifneq ($(call qstrip,$(BR2_GCC_TARGET_ARCH),)
|
else ifneq ($(call qstrip,$(BR2_GCC_TARGET_ARCH)),)
|
||||||
FFMPEG_CONF_OPTS += --cpu=$(BR2_GCC_TARGET_ARCH)
|
FFMPEG_CONF_OPTS += --cpu=$(BR2_GCC_TARGET_ARCH)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user