The libva package contains a library which provides access to hardware accelerated video processing, using hardware to accelerate video processing in order to offload the central processing unit (CPU) to decode and encode compressed digital video. VA API video decode/encode interface is platform and window system independent targeted at Direct Rendering Infrastructure (DRI) in the X Window System however it can potentially also be used with direct framebuffer and graphics sub-systems for video output. Accelerated processing includes support for video decoding, video encoding, subpicture blending, and rendering.
This package is known to build and work properly using an LFS-7.6 systemd platform.
Download (HTTP): http://www.freedesktop.org/software/vaapi/releases/libva/libva-1.3.1.tar.bz2
Download MD5 sum: eb4db967f068854444b597071c66b480
Download size: 744 KB
Estimated disk space required: 18 MB
Estimated build time: 0.3 SBU
Doxygen-1.8.8 and Wayland-1.5.0
At least one of libva drivers
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libva
Install libva by running the following commands:
./configure --prefix=/usr --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2014-08-24 06:24:04 -0700