Files
vcpkg/ports/avcpp/vcpkg.json
Kadir f86152d27f [ffmpeg] Update to version 8.0.1 (#48539)
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2026-01-07 02:51:06 -08:00

31 lines
615 B
JSON

{
"name": "avcpp",
"version": "2.7.1",
"port-version": 1,
"description": "Wrapper for the FFmpeg that simplify usage it from C++ projects.",
"homepage": "https://github.com/h4tr3d/avcpp",
"license": "LGPL-2.1-only OR BSD-3-Clause",
"dependencies": [
{
"name": "ffmpeg",
"default-features": false,
"features": [
"avcodec",
"avdevice",
"avfilter",
"avformat",
"swresample",
"swscale"
]
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}