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