Update build.sh

This commit is contained in:
Daniel Stankewitz 2018-03-09 12:38:52 +01:00 committed by GitHub
parent 733c54725c
commit 965c4eeb68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ function get_source_ffmpeg {
git clone https://git.ffmpeg.org/ffmpeg.git $SRC/ffmpeg
fi
cd $SRC/ffmpeg
git checkout release/3.4
git checkout master
git pull
cd ../..
}