Config.in 372 B

123456789101112
  1. config BR2_PACKAGE_LIBYUV
  2. bool "libyuv"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on !BR2_STATIC_LIBS
  5. help
  6. libyuv is an open source project that includes YUV scaling
  7. and conversion functionality.
  8. https://chromium.googlesource.com/libyuv/libyuv/
  9. comment "libyuv needs a toolchain w/ C++, dynamic library"
  10. depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS