mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 15:49:01 +08:00
e43210e6b3
* [avcpp] Update to 2.1.0. * Update versions. * Update ports/avcpp/portfile.cmake Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * Update ports/avcpp/portfile.cmake Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * Update avcpp.json Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
35 lines
671 B
JSON
35 lines
671 B
JSON
{
|
|
"name": "avcpp",
|
|
"version": "2.1.0",
|
|
"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": "pkgconf",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|