Getting Tag to checkout

This commit is contained in:
SteveGilvarry 2014-10-04 15:25:08 +10:00
parent 6175dc040c
commit d1d952729f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ before_install:
install:
- git clone --depth=10 --branch=master git://source.ffmpeg.org/ffmpeg.git
- cd ffmpeg
- git checkout n2.4
- git checkout tags/n2.4
- ./configure --enable-shared --enable-swscale --enable-gpl --enable-libx264 --enable-libvpx --enable-libvorbis --enable-libtheora
- make -j `grep processor /proc/cpuinfo|wc -l`
- sudo make install