mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
jpeg: fix typo introduced when fixing the indentation
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
643a21b326
commit
09d48dce0a
@ -7,7 +7,7 @@ config BR2_PACKAGE_JPEG
|
|||||||
config BR2_PACKAGE_JPEG_SIMD_SUPPORT
|
config BR2_PACKAGE_JPEG_SIMD_SUPPORT
|
||||||
bool
|
bool
|
||||||
default y if BR2_X86_CPU_HAS_MMX || BR2_ARM_CPU_HAS_NEON || \
|
default y if BR2_X86_CPU_HAS_MMX || BR2_ARM_CPU_HAS_NEON || \
|
||||||
BR2_POWERPC_CPU_HAS_ALTIVEC
|
BR2_POWERPC_CPU_HAS_ALTIVEC || \
|
||||||
BR2_aarch64 || BR2_aarch64_be
|
BR2_aarch64 || BR2_aarch64_be
|
||||||
|
|
||||||
if BR2_PACKAGE_JPEG
|
if BR2_PACKAGE_JPEG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user