ffmpeg checkout release 2.4.1
This commit is contained in:
parent
fa44376291
commit
48f34884e7
|
@ -22,6 +22,7 @@ before_install:
|
|||
install:
|
||||
- git clone --depth=10 --branch=master git://source.ffmpeg.org/ffmpeg.git
|
||||
- cd ffmpeg
|
||||
- git checkout n2.4.1
|
||||
- ./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
|
||||
|
|
Loading…
Reference in New Issue