yuzu/externals/vcpkg/ports/mozjpeg/vcpkg.json

18 lines
532 B
JSON
Raw Normal View History

2022-07-23 05:01:36 +04:00
{
"name": "mozjpeg",
"version-date": "2021-09-27",
"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",
"dependencies": [
"libpng",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}