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