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
|
||||
bool
|
||||
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
|
||||
|
||||
if BR2_PACKAGE_JPEG
|
||||
|
Loading…
Reference in New Issue
Block a user