Jxl has a new submodule

This commit is contained in:
BtbN 2023-07-08 18:30:19 +02:00
parent 71c3a919b8
commit 49684930d2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ ffbuild_enabled() {
ffbuild_dockerdl() {
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() {