From afed48dd4a89ad83d138da21e9e9b6ec081a63e3 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 25 Dec 2015 01:55:00 +0300 Subject: [PATCH] added libva build to linux instructions --- QTCREATOR.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/QTCREATOR.md b/QTCREATOR.md index c7bfa5de6..4a66c2cee 100644 --- a/QTCREATOR.md +++ b/QTCREATOR.md @@ -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 + 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 cd ffmpeg git checkout release/2.8