Update .travis.yml

This commit is contained in:
Ritiek Malhotra
2017-06-25 17:11:59 +05:30
committed by GitHub
parent 8adf9fc9ee
commit 9b03049d0f

View File

@@ -9,6 +9,13 @@ before_install:
- sudo apt-get -y install autoconf automake build-essential libass-dev libfreetype6-dev libtheora-dev libtool libva-dev libvdpau-dev libvorbis-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev pkg-config texinfo wget zlib1g-dev
- mkdir ~/ffmpeg_sources
- wget https://cmake.org/files/v3.8/cmake-3.8.2.tar.gz
- tar xzvf cmake-3.8.2.tar.gz
- cd cmake-3.8.2
- ./bootstrap
- make -j4
- sudo make install
- cd ~/ffmpeg_sources
- wget http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz
- tar xzvf yasm-1.3.0.tar.gz