Skip to content

Commit

Permalink
Bump libjpeg-turbo to 3.0.4 (#2501)
Browse files Browse the repository at this point in the history
This was suggested in #2495
  • Loading branch information
vrabaud authored Nov 6, 2024
1 parent 4a4e5b4 commit 1cdeff7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The changes are relative to the previous release, unless the baseline is specifi
* Update aom.cmd/LocalAom.cmake: v3.10.0
* Update avm.cmd: research-v8.0.0
* Update dav1d.cmd/dav1d_android.sh/LocalDav1d.cmake: 1.5.0
* Update libjpeg.cmd/LocalJpeg.cmake: v3.0.4
* Update libxml2.cmd/LocalLibXml2.cmake: v2.13.4
* Update svt.cmd/svt.sh/LocalSvt.cmake: v2.2.1
* Change experimental gainmap API: remove avifGainMapMetadata and
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/LocalJpeg.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(AVIF_LOCAL_JPEG_TAG "3.0.3")
set(AVIF_LOCAL_JPEG_TAG "3.0.4")

add_library(JPEG::JPEG STATIC IMPORTED GLOBAL)

Expand Down
2 changes: 1 addition & 1 deletion ext/libjpeg.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

: # The odd choice of comment style in this file is to try to share this script between *nix and win32.

git clone -b 3.0.3 --depth 1 https://github.com/libjpeg-turbo/libjpeg-turbo.git
git clone -b 3.0.4 --depth 1 https://github.com/libjpeg-turbo/libjpeg-turbo.git

# Set WITH_CRT_DLL to ON to compile libjpeg-turbo with /MD (use the DLL
# version of the run-time library) instead of /MT (use the static version
Expand Down

0 comments on commit 1cdeff7

Please sign in to comment.