Skip to content

Commit

Permalink
fix: libjxl build failing (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
mertalev authored Oct 8, 2024
1 parent 406c2c6 commit 96b7d1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ RUN ./configure-apt.sh && \
apt-get install -t testing --no-install-recommends -yqq \
libio-compress-brotli-perl \
libwebp7 \
libwebpdemux2 \
libwebpmux3 \
libhwy1t64 && \
if [ $(arch) = "x86_64" ]; then \
Expand Down
8 changes: 4 additions & 4 deletions server/bin/build-libjxl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ cmake \
-DJPEGXL_ENABLE_EXAMPLES=OFF \
-DJPEGXL_FORCE_SYSTEM_BROTLI=ON \
-DJPEGXL_FORCE_SYSTEM_HWY=ON \
-DJPEGXL_ENABLE_JPEGLI=ON \
-DJPEGXL_ENABLE_JPEGLI_LIBJPEG=ON \
-DJPEGXL_INSTALL_JPEGLI_LIBJPEG=ON \
-DJPEGXL_ENABLE_AVX512=ON \
-DJPEGXL_ENABLE_JPEGLI=ON \
-DJPEGXL_ENABLE_JPEGLI_LIBJPEG=ON \
-DJPEGXL_INSTALL_JPEGLI_LIBJPEG=ON \
-DJPEGXL_ENABLE_AVX512=ON \
-DJPEGXL_ENABLE_AVX512_ZEN4=ON \
-DJPEGXL_ENABLE_PLUGINS=ON \
..
Expand Down

0 comments on commit 96b7d1a

Please sign in to comment.