Difference between revisions of "VLC VAAPI"
Jump to navigation
Jump to search
(→libva) |
|||
Line 9: | Line 9: | ||
=== FFmpeg trunk === | === FFmpeg trunk === | ||
Get the latest FFmpeg trunk as of 2010-January. Compile it with vaapi hwaccel support. | Get the latest FFmpeg trunk as of 2010-January. Compile it with vaapi hwaccel support. | ||
− | ./configure --enable-gpl --enable-postproc --prefix=/ | + | ./configure --enable-gpl --enable-postproc --prefix=/path/to/ --enable-shared --enable-vaapi |
make | make | ||
+ | make install |
Revision as of 14:20, 8 January 2010
Introduction
This page is about compiling VLC with support of GPU acceleration on Linux.
Before starting
libva
Install libva from http://www.splitted-desktop.com/~gbeauchesne/libva/ . We do not support other libraries than the one from Mr. Beauchesne.
FFmpeg trunk
Get the latest FFmpeg trunk as of 2010-January. Compile it with vaapi hwaccel support.
./configure --enable-gpl --enable-postproc --prefix=/path/to/ --enable-shared --enable-vaapi make make install