Bump buildroot to version 2017-02

TG-3 #closed
This commit is contained in:
jbnadal
2017-03-28 18:29:16 +02:00
parent 93b7fd91d2
commit 42c92a6bcb
3010 changed files with 41289 additions and 46428 deletions

View File

@@ -3,13 +3,21 @@ config BR2_PACKAGE_JPEG
help
Select the desired JPEG library provider.
# jpeg-turbo has simd support for some architectures
config BR2_PACKAGE_JPEG_SIMD_SUPPORT
bool
default y if BR2_X86_CPU_HAS_MMX
default y if BR2_ARM_CPU_HAS_NEON
default y if BR2_POWERPC_CPU_HAS_ALTIVEC
default y if BR2_aarch64 || BR2_aarch64_be
if BR2_PACKAGE_JPEG
choice
prompt "jpeg variant"
default BR2_PACKAGE_JPEG_TURBO if (BR2_X86_CPU_HAS_MMX || BR2_ARM_CPU_HAS_NEON)
default BR2_PACKAGE_JPEG_TURBO if BR2_PACKAGE_JPEG_SIMD_SUPPORT
help
Select the older stable version, or the newer developer version
Select the normal libjpeg or libjpeg-turbo.
config BR2_PACKAGE_LIBJPEG
bool "jpeg"