mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 05:17:39 +02:00
x265 insists on full git clone
This commit is contained in:
@ -14,8 +14,9 @@ ffbuild_dockerstage() {
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git-mini-clone "$X265_REPO" "$X265_COMMIT" x265
|
||||
git clone "$X265_REPO" x265
|
||||
cd x265
|
||||
git checkout "$X265_COMMIT"
|
||||
|
||||
mkdir 8bit 10bit 12bit
|
||||
|
||||
|
Reference in New Issue
Block a user