Skip to content

Commit

Permalink
[libjpeg-turbo] Fix usage hint (microsoft#43105)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored Jan 8, 2025
1 parent 5bd43e5 commit 06058fe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/libjpeg-turbo/usage
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
libjpeg-turbo is compatible with built-in implementation-agnostic CMake targets:

find_package(JPEG REQUIRED)
target_include_directories(main PRIVATE JPEG::JPEG)
target_link_libraries(main PRIVATE JPEG::JPEG)

libjpeg-turbo provides CMake targets for the TurboJPEG C API:

Expand Down
1 change: 1 addition & 0 deletions ports/libjpeg-turbo/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "libjpeg-turbo",
"version": "3.1.0",
"port-version": 1,
"description": "libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems.",
"homepage": "https://github.com/libjpeg-turbo/libjpeg-turbo",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4722,7 +4722,7 @@
},
"libjpeg-turbo": {
"baseline": "3.1.0",
"port-version": 0
"port-version": 1
},
"libjuice": {
"baseline": "1.5.4",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libjpeg-turbo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6180688844449e5724d6dc8eb49ab90124438ce2",
"version": "3.1.0",
"port-version": 1
},
{
"git-tree": "8286a6351f59be7eed5e924d32c3a419d0612ee9",
"version": "3.1.0",
Expand Down

0 comments on commit 06058fe

Please sign in to comment.