1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBVA 2*4882a593Smuzhiyun bool "libva" 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm/libpthread-stubs 4*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS 5*4882a593Smuzhiyun select BR2_PACKAGE_LIBDRM 6*4882a593Smuzhiyun select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7 7*4882a593Smuzhiyun select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7 8*4882a593Smuzhiyun select BR2_PACKAGE_XLIB_LIBXFIXES if BR2_PACKAGE_XORG7 9*4882a593Smuzhiyun help 10*4882a593Smuzhiyun The main motivation for VA-API (Video Acceleration API) is to 11*4882a593Smuzhiyun enable hardware accelerated video decode/encode at various 12*4882a593Smuzhiyun entry-points (VLD, IDCT, Motion Compensation etc.) for the 13*4882a593Smuzhiyun prevailing coding standards today (MPEG-2, MPEG-4 ASP/H.263, 14*4882a593Smuzhiyun MPEG-4 AVC/H.264, and VC-1/VMW3). 15*4882a593Smuzhiyun 16*4882a593Smuzhiyun https://01.org/vaapi 17*4882a593Smuzhiyun 18*4882a593Smuzhiyuncomment "libva needs a toolchain w/ threads, dynamic library" 19*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS 20