diff options
Diffstat (limited to 'vcpkg/ports/libavif/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libavif/vcpkg.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/vcpkg/ports/libavif/vcpkg.json b/vcpkg/ports/libavif/vcpkg.json new file mode 100644 index 0000000..63646d9 --- /dev/null +++ b/vcpkg/ports/libavif/vcpkg.json @@ -0,0 +1,33 @@ +{ + "name": "libavif", + "version-semver": "1.3.0", + "port-version": 1, + "description": "Library for encoding and decoding AVIF files", + "homepage": "https://github.com/AOMediaCodec/libavif", + "license": "BSD-2-Clause AND Apache-2.0", + "dependencies": [ + "libyuv", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "aom": { + "description": "AV1 codec library", + "dependencies": [ + "aom" + ] + }, + "dav1d": { + "description": "dav1d decoder library", + "dependencies": [ + "dav1d" + ] + } + } +} |