vcpkg/ports/matroska/vcpkg.json
Steve Lhomme b91728fe5f
[matroska] update to 1.7.1 and enable UWP builds (#30751)
* [matroska] update to 1.7.1

* [matroska] enable UWP builds

This has been used in VLC for years. There was a build issue with file access
in the "ebml" dependencies. But it should be fixed by
https://github.com/microsoft/vcpkg/pull/30750
2023-04-11 23:13:25 -07:00

21 lines
397 B
JSON

{
"name": "matroska",
"version": "1.7.1",
"description": "a C++ library to parse Matroska files (.mkv and .mka)",
"homepage": "https://github.com/Matroska-Org/libmatroska",
"dependencies": [
{
"name": "ebml",
"version>=": "1.4.3"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}