mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 13:27:38 +02:00
Avoid cloning entire repos
This commit is contained in:
@ -14,9 +14,8 @@ ffbuild_dockerstage() {
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git clone "$X265_REPO" x265 || return -1
|
||||
git-mini-clone "$X265_REPO" "$X265_COMMIT" x265
|
||||
cd x265
|
||||
git checkout "$X265_COMMIT" || return -1
|
||||
|
||||
mkdir 8bit 10bit 12bit
|
||||
|
||||
|
Reference in New Issue
Block a user