1 config BR2_PACKAGE_LIBYUV
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on !BR2_STATIC_LIBS
6 libyuv is an open source project that includes YUV scaling
7 and conversion functionality.
9 https://code.google.com/p/libyuv
11 comment "libyuv needs a toolchain w/ C++, dynamic library"
12 depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS