The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libva / Config.in
1 config BR2_PACKAGE_LIBVA
2         bool "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
9         help
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).
14
15           http://www.freedesktop.org/wiki/Software/vaapi/
16
17 comment "libva needs a toolchain w/ threads, dynamic library"
18         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS