vcpkg/ports/mozjpeg/vcpkg.json
Jia Yue Hua 174dc0bd14
[mozjpeg] update to 4.1.5 (#34978)
* [mozjpeg] update to 4.1.5

* [mozjpeg] update to 4.1.5
2023-11-09 10:33:33 -08:00

19 lines
568 B
JSON

{
"name": "mozjpeg",
"version": "4.1.5",
"description": "MozJPEG reduces file sizes of JPEG images while retaining quality and compatibility with the vast majority of the world's deployed decoders. It's compatible with libjpeg API and ABI, and can be used as a drop-in replacement for libjpeg.",
"homepage": "https://github.com/mozilla/mozjpeg",
"license": "IJG AND BSD-3-Clause AND Zlib",
"dependencies": [
"libpng",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}