1config BR2_PACKAGE_GST1_PLUGINS_BAYER2RGB_NEON 2 bool "gst1-plugins-bayer2rgb-neon" 3 depends on BR2_PACKAGE_BAYER2RGB_NEON_ARCH_SUPPORTS 4 depends on !BR2_STATIC_LIBS # bayer2rgb-neon 5 depends on BR2_INSTALL_LIBSTDCPP # bayer2rgb-neon 6 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # bayer2rgb-neon 7 select BR2_PACKAGE_GST1_PLUGINS_BASE 8 select BR2_PACKAGE_BAYER2RGB_NEON 9 help 10 gst1-plugins-bayer2rgb-neon is a gstreamer1 11 plugin which uses bayer2rgb-neon library to 12 decode raw camera bayer to RGB using 13 NEON hardware acceleration. 14 15 https://gitlab-ext.sigma-chemnitz.de/ensc/gst-bayer2rgb-neon 16 17comment "gst1-plugins-bayer2rgb-neon needs a toolchain w/ C++, dynamic library, gcc >= 4.9" 18 depends on BR2_PACKAGE_BAYER2RGB_NEON_ARCH_SUPPORTS 19 depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \ 20 !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 21