mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 13:47:05 +02:00
Upgrade libheif to 1.18.2, upgrade libjxl to 0.11.1
This commit is contained in:
parent
893ca8bcbd
commit
5a6497ec70
1 changed files with 2 additions and 2 deletions
|
@ -979,7 +979,7 @@ mac:
|
|||
""")
|
||||
|
||||
stage('libheif', """
|
||||
git clone -b v1.17.6 https://github.com/strukturag/libheif.git
|
||||
git clone -b v1.18.2 https://github.com/strukturag/libheif.git
|
||||
cd libheif
|
||||
win:
|
||||
%THIRDPARTY_DIR%\\msys64\\usr\\bin\\sed.exe -i 's/LIBHEIF_EXPORTS/LIBDE265_STATIC_BUILD/g' libheif/CMakeLists.txt
|
||||
|
@ -1031,7 +1031,7 @@ mac:
|
|||
""")
|
||||
|
||||
stage('libjxl', """
|
||||
git clone -b v0.10.3 --recursive --shallow-submodules https://github.com/libjxl/libjxl.git
|
||||
git clone -b v0.11.1 --recursive --shallow-submodules https://github.com/libjxl/libjxl.git
|
||||
cd libjxl
|
||||
""" + setVar("cmake_defines", """
|
||||
-DBUILD_SHARED_LIBS=OFF
|
||||
|
|
Loading…
Add table
Reference in a new issue