xref: /OK3568_Linux_fs/buildroot/package/libyuv/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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