From d1d952729fbd0da4f3f9fa6ad81353587ed676b4 Mon Sep 17 00:00:00 2001 From: SteveGilvarry Date: Sat, 4 Oct 2014 15:25:08 +1000 Subject: [PATCH] Getting Tag to checkout --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3638992bf..be8fe17f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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