Update MozJPEG

This commit is contained in:
Ilya Fedin 2021-10-21 16:17:22 +04:00 committed by John Preston
parent 3dacbc6bf6
commit 7222bc63f7
4 changed files with 4 additions and 4 deletions

View File

@ -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" ^

View File

@ -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 . \

View File

@ -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 . ^

View File

@ -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