mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 00:49:00 +08:00
e5b6ec234b
* [libmediainfo/glslang] Update to the latest version * Update version files Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
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"
|
|
]
|
|
}
|