Config.in 466 B

123456789101112131415
  1. config 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. https://01.org/vaapi
  11. comment "libva-utils needs a toolchain w/ C++, threads, dynamic library"
  12. depends on !BR2_INSTALL_LIBSTDCPP || \
  13. BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS