mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:31:27 +08:00
7bb175eafe
* Support libavif building on UWP and ARM Remove deprecated functions Bump port version Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Bump version Add version all use patches * Add version * Disable deprecated functions using _CRT_SECURE_NO_WARNINGS rather than disabling 4996. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
19 lines
423 B
JSON
19 lines
423 B
JSON
{
|
|
"name": "libyuv",
|
|
"version-date": "2021-04-15",
|
|
"port-version": 1,
|
|
"description": "libyuv is an open source project that includes YUV scaling and conversion functionality",
|
|
"homepage": "https://chromium.googlesource.com/libyuv/libyuv",
|
|
"dependencies": [
|
|
"libjpeg-turbo",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|