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