From: Thomas Petazzoni Date: Sun, 11 Dec 2016 17:36:03 +0000 (+0100) Subject: jpeg: fix typo introduced when fixing the indentation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=09d48dce0a75e93d560d129ca5f3883650ee63bf;p=buildroot.git jpeg: fix typo introduced when fixing the indentation Signed-off-by: Thomas Petazzoni --- diff --git a/package/jpeg/Config.in b/package/jpeg/Config.in index 2bcf40591b..8de45a365d 100644 --- a/package/jpeg/Config.in +++ b/package/jpeg/Config.in @@ -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