diff --git a/build.sh b/build.sh index b82492f..a166c37 100644 --- a/build.sh +++ b/build.sh @@ -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 ../.. }