buildroot/package/bayer2rgb-neon/Config.in
Sébastien Szymanski fde22d8c77 package/bayer2rgb-neon: update URL in Config.in file
The URL pointing to phytec.de is obsolete and not even used by
Buildroot.

Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-09-10 22:59:57 +02:00

18 lines
612 B
Plaintext

config BR2_PACKAGE_BAYER2RGB_NEON
bool "bayer2rgb-neon"
depends on BR2_arm && BR2_ARM_CPU_HAS_NEON
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.
https://gitlab-ext.sigma-chemnitz.de/ensc/bayer2rgb
comment "bayer2rgb-neon needs a toolchain w/ C++, dynamic library, gcc >= 4.9"
depends on BR2_arm && BR2_ARM_CPU_HAS_NEON
depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9