Skip to content

Commit 779377c

Browse files
committed
build fix
1 parent d419bff commit 779377c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

build-ffmpeg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,14 @@ if build "libpng" "1.6.55"; then
936936
build_done "libpng" $CURRENT_PACKAGE_VERSION
937937
fi
938938

939+
if build "lcms2" "2.18"; then
940+
download "https://github.com/mm2/Little-CMS/releases/download/lcms$CURRENT_PACKAGE_VERSION/lcms2-$CURRENT_PACKAGE_VERSION.tar.gz"
941+
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
942+
execute make -j $MJOBS
943+
execute make install
944+
build_done "lcms2" $CURRENT_PACKAGE_VERSION
945+
fi
946+
939947
if build "libjxl" "0.11.2"; then
940948
download "https://github.com/libjxl/libjxl/archive/refs/tags/v$CURRENT_PACKAGE_VERSION.tar.gz" "libjxl-$CURRENT_PACKAGE_VERSION.tar.gz"
941949
# currently needed to fix linking of static builds in non-C++ applications

0 commit comments

Comments
 (0)