mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-27 20:10:21 +02:00
zimg depends on submodules now
This commit is contained in:
parent
c065001c71
commit
f8f6de13db
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/sekrit-twc/zimg.git"
|
||||
SCRIPT_COMMIT="51c3c7f750c2af61955377faad56e3ba1b03589f"
|
||||
SCRIPT_COMMIT="598610059037bd815eedfec4f5b3683e8066446c"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
@ -10,6 +10,7 @@ ffbuild_enabled() {
|
||||
ffbuild_dockerbuild() {
|
||||
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" zimg
|
||||
cd zimg
|
||||
git submodule update --init --recursive --depth=1
|
||||
|
||||
./autogen.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user