Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
fix: disable brotli
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind authored Feb 28, 2024
1 parent 0dc350e commit 0090d73
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 281 deletions.
279 changes: 0 additions & 279 deletions README.md

This file was deleted.

2 changes: 0 additions & 2 deletions packages/libjxl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ ExternalProject_Add(libjxl
libpng
zlib
libjpeg
brotli
highway
GIT_REPOSITORY https://github.com/libjxl/libjxl.git
SOURCE_DIR ${SOURCE_LOCATION}
Expand Down Expand Up @@ -44,7 +43,6 @@ ExternalProject_Add(libjxl
-DJPEGXL_ENABLE_AVX512_ZEN4=ON
-DJPEGXL_ENABLE_AVX512_SPR=ON
-DJPEGXL_FORCE_SYSTEM_LCMS2=ON
-DJPEGXL_FORCE_SYSTEM_BROTLI=ON
-DJPEGXL_FORCE_SYSTEM_HWY=ON
-DCMAKE_CXX_FLAGS='${CMAKE_CXX_FLAGS} ${libjxl_unaligned_vector}'
-DCMAKE_C_FLAGS='${CMAKE_C_FLAGS} ${libjxl_unaligned_vector}'
Expand Down

0 comments on commit 0090d73

Please sign in to comment.