From cf9572ab95019d507d4019c5cca7fcba6100505c Mon Sep 17 00:00:00 2001 From: Elaphurus <43885619+Lennox-Elaphurus@users.noreply.github.com> Date: Wed, 17 Nov 2021 10:24:01 +0800 Subject: [PATCH] Change to my FFmpeg repository to build --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"