%general-entities; ]> $Date$ libvdpau-va-gl-&libvdpau-va-gl-version; libvdpau-va-gl Introduction to libvdpau-va-gl The libvdpau-va-gl package contains a library which implements the VDPAU library. Libvdpau_va_gl uses OpenGL under the hood to accelerate drawing and scaling and the VA-API (if available) to accelerate video decoding. For now VA-API is available on some Intel chips, and on some AMD video adapters with the help of the libvdpau driver. &lfs121_checked; Libvdpau-va-gl Driver Download (HTTP): Libvdpau-va-gl Driver Download (FTP): libvdpau-va-gl Dependencies Required , , , and Installation of libvdpau-va-gl Install libvdpau-va-gl by running the following commands: mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$XORG_PREFIX .. && make To test the results, issue: make check. The tests must be run from an Xorg environment. Now, as the root user: make install 32-bit Installation of libvdpau-va-gl First clean the build directory: rm -rf * Install lib32-libvdpau-va-gl by running the following commands: CC="gcc -m32" CXX="g++ -m32" \ PKG_CONFIG_PATH=$XORG_PREFIX/lib32/pkgconfig \ cmake -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$XORG_PREFIX \ -DCMAKE_INSTALL_LIBDIR=lib32 \ .. && make Now, as the root user: make DESTDIR=$PWD/DESTDIR install cp -vr DESTDIR/$XORG_PREFIX/lib32/* $XORG_PREFIX/lib32 rm -rf DESTDIR ldconfig Configuration To allow libvdpau to find libvdpau-va-gl, set an environment variable: echo "export VDPAU_DRIVER=va_gl" >> ~/xorg.sh Contents Installed Programs Installed Library Installed Directories None libvdpau_va_gl.so None Short Descriptions libvdpau_va_gl.so contains functions to implement the OpenGL backend to the VDPAU (Video Decode and Presentation API for Unix) API libvdpau.so