vcpkg/ports/dav1d/vcpkg.json
Mengna Li d5d20ed2ee
[podofo] Change to github and update version to 0.10.0 (#31584) (#31826)
* [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>
2023-06-06 15:10:28 -07:00

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
}
]
}