mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
package/jpeg: better indentation
Use easier-to-read layout; fix leading spaces. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
09d48dce0a
commit
4ab4df632a
@ -6,9 +6,10 @@ config BR2_PACKAGE_JPEG
|
|||||||
# jpeg-turbo has simd support for some architectures
|
# jpeg-turbo has simd support for some architectures
|
||||||
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_POWERPC_CPU_HAS_ALTIVEC || \
|
default y if BR2_ARM_CPU_HAS_NEON
|
||||||
BR2_aarch64 || BR2_aarch64_be
|
default y if BR2_POWERPC_CPU_HAS_ALTIVEC
|
||||||
|
default y if BR2_aarch64 || BR2_aarch64_be
|
||||||
|
|
||||||
if BR2_PACKAGE_JPEG
|
if BR2_PACKAGE_JPEG
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user