diff options
Diffstat (limited to 'vcpkg/ports/libdvdnav/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libdvdnav/vcpkg.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vcpkg/ports/libdvdnav/vcpkg.json b/vcpkg/ports/libdvdnav/vcpkg.json new file mode 100644 index 0000000..b89bb83 --- /dev/null +++ b/vcpkg/ports/libdvdnav/vcpkg.json @@ -0,0 +1,11 @@ +{ + "name": "libdvdnav", + "version-semver": "6.1.1", + "description": "Library to navigate DVD disks", + "homepage": "https://www.videolan.org/developers/libdvdnav.html", + "license": "GPL-2.0-or-later", + "supports": "!uwp & !xbox", + "dependencies": [ + "libdvdread" + ] +} |