kumquat-buildroot/package/gstreamer1/gst1-plugins-bayer2rgb-neon/Config.in
Eloi Bail a9b95112f1 package/gst1-plugins-bayer2rgb-neon: new package
gst1-plugins-bayer2rgb-neon[1] is a gstreamer1 plugin which uses
bayer2rgb-neon library to decode raw camera bayer to RGB using NEON
hardware acceleration.

[1] https://git.phytec.de/gst-bayer2rgb-neon

Signed-off-by: Eloi Bail <eloi.bail@savoirfairelinux.com>
[Thomas:
 - add entry to DEVELOPERS file
 - add .hash file
 - adjust Config.in to match bayer2rgb-neon
 - add Config.in comment
 - drop --prefix=/usr from CONF_OPTS]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-03-29 22:00:00 +01:00

21 lines
824 B
Plaintext

menuconfig BR2_PACKAGE_GST1_PLUGINS_BAYER2RGB_NEON
bool "gst1-plugins-bayer2rgb-neon"
depends on BR2_arm && BR2_ARM_CPU_HAS_NEON # bayer2rgb-neon
depends on !BR2_STATIC_LIBS # bayer2rgb-neon
depends on BR2_INSTALL_LIBSTDCPP # bayer2rgb-neon
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # bayer2rgb-neon
select BR2_PACKAGE_GST1_PLUGINS_BASE
select BR2_PACKAGE_BAYER2RGB_NEON
help
gst1-plugins-bayer2rgb-neon is a gstreamer1
plugin which uses bayer2rgb-neon library to
decode raw camera bayer to RGB using
NEON hardware acceleration.
https://git.phytec.de/gst-bayer2rgb-neon
comment "gst1-plugins-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