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