mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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', """
|
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
|
cd libheif
|
||||||
win:
|
win:
|
||||||
%THIRDPARTY_DIR%\\msys64\\usr\\bin\\sed.exe -i 's/LIBHEIF_EXPORTS/LIBDE265_STATIC_BUILD/g' libheif/CMakeLists.txt
|
%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', """
|
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
|
cd libjxl
|
||||||
""" + setVar("cmake_defines", """
|
""" + setVar("cmake_defines", """
|
||||||
-DBUILD_SHARED_LIBS=OFF
|
-DBUILD_SHARED_LIBS=OFF
|
||||||
|
|
Loading…
Add table
Reference in a new issue