Config.in 584 B

1234567891011121314151617
  1. config BR2_PACKAGE_LIBVDPAU
  2. bool "libvdpau"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. depends on BR2_INSTALL_LIBSTDCPP
  5. depends on BR2_PACKAGE_XORG7
  6. select BR2_PACKAGE_XLIB_LIBX11
  7. select BR2_PACKAGE_XLIB_LIBXEXT
  8. help
  9. VDPAU is the Video Decode and Presentation API for UNIX.
  10. It provides an interface to video decode acceleration and
  11. presentation hardware present in modern GPUs.
  12. http://freedesktop.org/wiki/Software/VDPAU
  13. comment "libvdpau needs a toolchain w/ threads, C++"
  14. depends on BR2_PACKAGE_XORG7
  15. depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP