1config 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 13 http://freedesktop.org/wiki/Software/VDPAU 14 15comment "libvdpau needs a toolchain w/ threads, C++" 16 depends on BR2_PACKAGE_XORG7 17 depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP 18