mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-13 05:47:39 +02:00
git switch does not take commits
This commit is contained in:
@ -16,7 +16,7 @@ ffbuild_dockerstage() {
|
||||
ffbuild_dockerbuild() {
|
||||
git clone "$X264_REPO" x264 || return -1
|
||||
pushd x264
|
||||
git switch "$X264_COMMIT" || return -1
|
||||
git checkout "$X264_COMMIT" || return -1
|
||||
|
||||
local myconf=(
|
||||
--disable-cli
|
||||
|
Reference in New Issue
Block a user