mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:39:00 +08:00
d5d20ed2ee
* [podofo] Change to github and update version to 0.10.0 * update version * fix static export * v db * fix export name and add usage * v db * disable build libxml2 features * format * v db Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
15 lines
427 B
JSON
15 lines
427 B
JSON
{
|
|
"name": "dav1d",
|
|
"version": "1.2.1",
|
|
"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",
|
|
"license": "BSD-2-Clause",
|
|
"supports": "!(uwp | (windows & x86 & !static))",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|