This should install vpx

This commit is contained in:
mannol 2014-02-15 21:47:27 +01:00
parent 3ae37315e1
commit 99b1b108dc

View File

@ -49,6 +49,13 @@ before_script:
- make -j3 >/dev/null
- sudo make install > /dev/null
- cd ..
#installing vpx
- git clone http://git.chromium.org/webm/libvpx.git > /dev/null
- cd libvpx
- ./configure > /dev/null
- make -j3 >/dev/null
- sudo make install > /dev/null
- cd ..
#creating libraries links and updating cache
- sudo ldconfig > /dev/null
#installing check, needed for unit tests