mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
31 lines
615 B
JSON
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
|
|
}
|
|
]
|
|
}
|