Change to my FFmpeg repository to build
This commit is contained in:
parent
31dadc6444
commit
cf9572ab95
1 changed files with 1 additions and 1 deletions
2
build.sh
2
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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue