1config 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
9	  https://chromium.googlesource.com/libyuv/libyuv/
10
11comment "libyuv needs a toolchain w/ C++, dynamic library"
12	depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
13