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