Jxl has a new submodule
This commit is contained in:
parent
71c3a919b8
commit
49684930d2
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ ffbuild_enabled() {
|
||||||
|
|
||||||
ffbuild_dockerdl() {
|
ffbuild_dockerdl() {
|
||||||
default_dl "$SELF"
|
default_dl "$SELF"
|
||||||
to_df "RUN git -C \"$SELF\" submodule update --init --recursive --depth 1 --recommend-shallow third_party/highway third_party/skcms"
|
to_df "RUN git -C \"$SELF\" submodule update --init --recursive --depth 1 --recommend-shallow third_party/highway third_party/skcms third_party/libjpeg-turbo"
|
||||||
}
|
}
|
||||||
|
|
||||||
ffbuild_dockerbuild() {
|
ffbuild_dockerbuild() {
|
||||||
|
|
Loading…
Reference in a new issue