vcpkg/ports/avcpp/vcpkg.json
Thomas1664 9fd2bda7e8
[avcpp] Update to 2.2.1 (#36466)
* [avcpp] Update to 2.2.1

* version

* remove unneeded option

* version
2024-02-01 15:05:10 -08:00

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
}
]
}