Config.in 824 B

1234567891011121314151617181920
  1. menuconfig BR2_PACKAGE_GST1_PLUGINS_BAYER2RGB_NEON
  2. bool "gst1-plugins-bayer2rgb-neon"
  3. depends on BR2_arm && BR2_ARM_CPU_HAS_NEON # bayer2rgb-neon
  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. https://git.phytec.de/gst-bayer2rgb-neon
  15. comment "gst1-plugins-bayer2rgb-neon needs a toolchain w/ C++, dynamic library, gcc >= 4.9"
  16. depends on BR2_arm && BR2_ARM_CPU_HAS_NEON
  17. depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \
  18. !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9