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. - name: MozJPEG.
shell: cmd shell: cmd
run: | run: |
git clone -b v4.0.1-rc2 %GIT%/mozilla/mozjpeg.git git clone -b v4.0.3 %GIT%/mozilla/mozjpeg.git
cd mozjpeg cd mozjpeg
cmake . ^ cmake . ^
-G "Visual Studio 16 2019" ^ -G "Visual Studio 16 2019" ^

View file

@ -126,7 +126,7 @@ WORKDIR ..
RUN rm -rf libproxy RUN rm -rf libproxy
FROM builder AS mozjpeg 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 WORKDIR mozjpeg
RUN CFLAGS="$HFLAGS" cmake -B build . \ RUN CFLAGS="$HFLAGS" cmake -B build . \

View file

@ -444,7 +444,7 @@ mac:
""") """)
stage('mozjpeg', """ 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 cd mozjpeg
win: win:
cmake . ^ cmake . ^

View file

@ -252,7 +252,7 @@ parts:
mozjpeg: mozjpeg:
source: https://github.com/mozilla/mozjpeg.git source: https://github.com/mozilla/mozjpeg.git
source-depth: 1 source-depth: 1
source-tag: v4.0.1-rc2 source-tag: v4.0.3
plugin: cmake plugin: cmake
cmake-parameters: cmake-parameters:
- -DCMAKE_BUILD_TYPE=Release - -DCMAKE_BUILD_TYPE=Release