mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 10:11:41 -05:00
added libva build to linux instructions
This commit is contained in:
parent
04b5044a6f
commit
afed48dd4a
1 changed files with 7 additions and 0 deletions
|
@ -46,6 +46,13 @@ Download [opus-1.1 sources](http://downloads.xiph.org/releases/opus/opus-1.1.tar
|
||||||
|
|
||||||
In Terminal go to **/home/user/TBuild/Libraries** and run
|
In Terminal go to **/home/user/TBuild/Libraries** and run
|
||||||
|
|
||||||
|
git clone git://anongit.freedesktop.org/git/libva
|
||||||
|
cd libva
|
||||||
|
./autogen.sh --enable-static
|
||||||
|
make
|
||||||
|
sudo make install
|
||||||
|
cd ..
|
||||||
|
|
||||||
git clone https://github.com/FFmpeg/FFmpeg.git ffmpeg
|
git clone https://github.com/FFmpeg/FFmpeg.git ffmpeg
|
||||||
cd ffmpeg
|
cd ffmpeg
|
||||||
git checkout release/2.8
|
git checkout release/2.8
|
||||||
|
|
Loading…
Add table
Reference in a new issue