2022-01-07 15:05:46 +01:00
|
|
|
config BR2_PACKAGE_BAYER2RGB_NEON_ARCH_SUPPORTS
|
|
|
|
bool
|
|
|
|
default y if BR2_arm && BR2_ARM_CPU_HAS_NEON
|
|
|
|
default y if BR2_aarch64
|
|
|
|
|
2019-03-14 16:34:34 +01:00
|
|
|
config BR2_PACKAGE_BAYER2RGB_NEON
|
|
|
|
bool "bayer2rgb-neon"
|
2022-01-07 15:05:46 +01:00
|
|
|
depends on BR2_PACKAGE_BAYER2RGB_NEON_ARCH_SUPPORTS
|
2019-03-14 16:34:34 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++11
|
|
|
|
help
|
|
|
|
bayer2rgb-neon is a library which allows
|
|
|
|
to decode raw camera bayer to RGB using
|
|
|
|
NEON hardware acceleration.
|
|
|
|
|
2021-09-08 16:55:22 +02:00
|
|
|
https://gitlab-ext.sigma-chemnitz.de/ensc/bayer2rgb
|
2019-03-14 16:34:34 +01:00
|
|
|
|
|
|
|
comment "bayer2rgb-neon needs a toolchain w/ C++, dynamic library, gcc >= 4.9"
|
2022-01-07 15:05:46 +01:00
|
|
|
depends on BR2_PACKAGE_BAYER2RGB_NEON_ARCH_SUPPORTS
|
2019-03-14 16:34:34 +01:00
|
|
|
depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \
|
|
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|