diff options
| author | autoantwort <41973254+autoantwort@users.noreply.github.com> | 2021-09-28 06:07:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-27 21:07:25 -0700 |
| commit | 5aaa1da650f5f4535e32230f04f06e0731ca07b4 (patch) | |
| tree | 0016a54e3fcfae2fdbc5c64dfedb47029254ebfa /ports | |
| parent | 30e34df2a83acb9dceae2c829993aa18e758318f (diff) | |
| download | vcpkg-5aaa1da650f5f4535e32230f04f06e0731ca07b4.tar.gz vcpkg-5aaa1da650f5f4535e32230f04f06e0731ca07b4.zip | |
[libmediainfo] fix dependency (#20376)
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/libmediainfo/vcpkg.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/libmediainfo/vcpkg.json b/ports/libmediainfo/vcpkg.json index f254ce924..89db9dce1 100644 --- a/ports/libmediainfo/vcpkg.json +++ b/ports/libmediainfo/vcpkg.json @@ -1,11 +1,13 @@ { "name": "libmediainfo", "version-string": "21.03", + "port-version": 1, "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 |
