mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 10:49:00 +08:00
9fd2bda7e8
* [avcpp] Update to 2.2.1 * version * remove unneeded option * version
31 lines
614 B
JSON
31 lines
614 B
JSON
{
|
|
"name": "avcpp",
|
|
"version": "2.2.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",
|
|
"postproc",
|
|
"swresample",
|
|
"swscale"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|