mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
21 lines
404 B
JSON
21 lines
404 B
JSON
{
|
|
"name": "libmediainfo",
|
|
"version": "24.3",
|
|
"description": "Get most relevant technical and tag data from video and audio files",
|
|
"homepage": "https://github.com/MediaArea/MediaInfoLib",
|
|
"dependencies": [
|
|
"curl",
|
|
"libzen",
|
|
"tinyxml2",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|