Update Buildroot 2020.02.2 (#682)
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
config BR2_PACKAGE_JPEG
|
||||
bool "jpeg support"
|
||||
help
|
||||
Select the desired JPEG library provider.
|
||||
|
||||
# jpeg-turbo has simd support for some architectures
|
||||
config BR2_PACKAGE_JPEG_SIMD_SUPPORT
|
||||
bool
|
||||
@@ -11,6 +6,11 @@ config BR2_PACKAGE_JPEG_SIMD_SUPPORT
|
||||
default y if BR2_POWERPC_CPU_HAS_ALTIVEC
|
||||
default y if BR2_aarch64 || BR2_aarch64_be
|
||||
|
||||
config BR2_PACKAGE_JPEG
|
||||
bool "jpeg support"
|
||||
help
|
||||
Select the desired JPEG library provider.
|
||||
|
||||
if BR2_PACKAGE_JPEG
|
||||
|
||||
choice
|
||||
|
||||
Reference in New Issue
Block a user