mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 10:29:03 +08:00
b91728fe5f
* [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
21 lines
397 B
JSON
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
|
|
}
|
|
]
|
|
}
|