mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 20:09:05 +08:00
b0e099f0fc
* [dav1d] Update to 0.8.2 Update dav1d from 0.8.1 to 0.8.2 * versions: Update dav1d to 0.8.2 * Update version schemes * Update the baseline version Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
11 lines
341 B
JSON
11 lines
341 B
JSON
{
|
|
"name": "dav1d",
|
|
"version-semver": "0.8.2",
|
|
"description": "dav1d is a new open-source AV1 decoder developed by the VideoLAN and FFmpeg communities and sponsored by the Alliance for Open Media.",
|
|
"homepage": "https://code.videolan.org/videolan/dav1d",
|
|
"supports": "!(uwp | arm | x86)",
|
|
"dependencies": [
|
|
"tool-meson"
|
|
]
|
|
}
|