hc
2023-10-25 6c2073b7aa40e29d0eca7d571dd7bc590c7ecaa7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config BR2_PACKAGE_GST1_PLUGINS_BAYER2RGB_NEON
   bool "gst1-plugins-bayer2rgb-neon"
   depends on BR2_PACKAGE_BAYER2RGB_NEON_ARCH_SUPPORTS
   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://gitlab-ext.sigma-chemnitz.de/ensc/gst-bayer2rgb-neon
 
comment "gst1-plugins-bayer2rgb-neon needs a toolchain w/ C++, dynamic library, gcc >= 4.9"
   depends on BR2_PACKAGE_BAYER2RGB_NEON_ARCH_SUPPORTS
   depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \
       !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9