xref: /OK3568_Linux_fs/buildroot/package/libva-utils/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBVA_UTILS
2	bool "libva-utils"
3	depends on BR2_INSTALL_LIBSTDCPP
4	depends on !BR2_STATIC_LIBS # libva
5	depends on BR2_TOOLCHAIN_HAS_THREADS # libva
6	select BR2_PACKAGE_LIBVA
7	help
8	  Libva-utils is a collection of tests for VA-API (Video
9	  Acceleration API)
10
11	  https://01.org/vaapi
12
13comment "libva-utils needs a toolchain w/ C++, threads, dynamic library"
14	depends on !BR2_INSTALL_LIBSTDCPP || \
15		BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
16