Change to my FFmpeg repository to build

This commit is contained in:
Elaphurus 2021-11-17 10:24:01 +08:00
parent 31dadc6444
commit cf9572ab95

View file

@ -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}"