Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Telegram/build/docker/centos_env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ EOF

FROM builder AS de265
RUN --mount=type=cache,target=/var/cache/ccache <<EOF
git clone -b v1.1.1 --depth=1 https://github.com/strukturag/libde265.git
git clone -b v1.1.2 --depth=1 https://github.com/strukturag/libde265.git
cd libde265
cmake -B build . \
-DCMAKE_BUILD_TYPE=None \
Expand Down Expand Up @@ -358,7 +358,7 @@ FROM builder AS heif
COPY --link --from=de265 /usr/src/de265-cache /

RUN --mount=type=cache,target=/var/cache/ccache <<EOF
git clone -b v1.23.1 --depth=1 https://github.com/strukturag/libheif.git
git clone -b v1.23.4 --depth=1 https://github.com/strukturag/libheif.git
cd libheif
cmake -B build . \
-DBUILD_SHARED_LIBS=OFF \
Expand Down
4 changes: 2 additions & 2 deletions Telegram/build/prepare/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ def runStages():
""")

stage('libde265', """
git clone -b v1.1.1 https://github.com/strukturag/libde265.git
git clone -b v1.1.2 https://github.com/strukturag/libde265.git
cd libde265
win:
cmake . ^
Expand Down Expand Up @@ -991,7 +991,7 @@ def runStages():
""")

stage('libheif', """
git clone -b v1.23.1 https://github.com/strukturag/libheif.git
git clone -b v1.23.4 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
Expand Down
Loading