mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Update MozJPEG
This commit is contained in:
parent
3dacbc6bf6
commit
7222bc63f7
4 changed files with 4 additions and 4 deletions
2
.github/workflows/win.yml
vendored
2
.github/workflows/win.yml
vendored
|
@ -185,7 +185,7 @@ jobs:
|
|||
- name: MozJPEG.
|
||||
shell: cmd
|
||||
run: |
|
||||
git clone -b v4.0.1-rc2 %GIT%/mozilla/mozjpeg.git
|
||||
git clone -b v4.0.3 %GIT%/mozilla/mozjpeg.git
|
||||
cd mozjpeg
|
||||
cmake . ^
|
||||
-G "Visual Studio 16 2019" ^
|
||||
|
|
|
@ -126,7 +126,7 @@ WORKDIR ..
|
|||
RUN rm -rf libproxy
|
||||
|
||||
FROM builder AS mozjpeg
|
||||
RUN git clone -b v4.0.1-rc2 --depth=1 $GIT/mozilla/mozjpeg.git
|
||||
RUN git clone -b v4.0.3 --depth=1 $GIT/mozilla/mozjpeg.git
|
||||
|
||||
WORKDIR mozjpeg
|
||||
RUN CFLAGS="$HFLAGS" cmake -B build . \
|
||||
|
|
|
@ -444,7 +444,7 @@ mac:
|
|||
""")
|
||||
|
||||
stage('mozjpeg', """
|
||||
git clone -b v4.0.1-rc2 https://github.com/mozilla/mozjpeg.git
|
||||
git clone -b v4.0.3 https://github.com/mozilla/mozjpeg.git
|
||||
cd mozjpeg
|
||||
win:
|
||||
cmake . ^
|
||||
|
|
|
@ -252,7 +252,7 @@ parts:
|
|||
mozjpeg:
|
||||
source: https://github.com/mozilla/mozjpeg.git
|
||||
source-depth: 1
|
||||
source-tag: v4.0.1-rc2
|
||||
source-tag: v4.0.3
|
||||
plugin: cmake
|
||||
cmake-parameters:
|
||||
- -DCMAKE_BUILD_TYPE=Release
|
||||
|
|
Loading…
Add table
Reference in a new issue