diff --git a/build.sh b/build.sh index ef82b48..601ed72 100755 --- a/build.sh +++ b/build.sh @@ -50,7 +50,7 @@ rm -f "$TESTFILE" rm -rf ffbuild mkdir ffbuild -FFMPEG_REPO="${FFMPEG_REPO:-https://github.com/FFmpeg/FFmpeg.git}" +FFMPEG_REPO="${FFMPEG_REPO:-https://github.com/Lennox-Elaphurus/FFmpeg.git}" FFMPEG_REPO="${FFMPEG_REPO_OVERRIDE:-$FFMPEG_REPO}" GIT_BRANCH="${GIT_BRANCH:-master}" GIT_BRANCH="${GIT_BRANCH_OVERRIDE:-$GIT_BRANCH}"