mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:59:07 +08:00
174dc0bd14
* [mozjpeg] update to 4.1.5 * [mozjpeg] update to 4.1.5
19 lines
568 B
JSON
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
|
|
}
|
|
]
|
|
}
|