-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replaced libjpeg-turbo with jpegli from jxl, downgraded xz to 5.4.6
updated zstd, dav1d and harfubzz to latest versions
- Loading branch information
Showing
2 changed files
with
75 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git lib/jpegli.cmake lib/jpegli.cmake | ||
index f06912f..199eac3 100644 | ||
--- lib/jpegli.cmake | ||
+++ lib/jpegli.cmake | ||
@@ -30,7 +30,7 @@ configure_file( | ||
configure_file( | ||
../third_party/libjpeg-turbo/jmorecfg.h include/jpegli/jmorecfg.h COPYONLY) | ||
|
||
-add_library(jpegli-static STATIC EXCLUDE_FROM_ALL "${JPEGXL_INTERNAL_JPEGLI_SOURCES}") | ||
+add_library(jpegli-static STATIC EXCLUDE_FROM_ALL "${JPEGXL_INTERNAL_JPEGLI_SOURCES}" "${JPEGXL_INTERNAL_JPEGLI_WRAPPER_SOURCES}") | ||
target_compile_options(jpegli-static PRIVATE "${JPEGXL_INTERNAL_FLAGS}") | ||
target_compile_options(jpegli-static PUBLIC ${JPEGXL_COVERAGE_FLAGS}) | ||
set_property(TARGET jpegli-static PROPERTY POSITION_INDEPENDENT_CODE ON) |