vcpkg/ports/avcpp/vcpkg.json
Charlie Barto 113880e522
[avcpp] Add new port (#17716)
* add avcpp port

* add avcpp

* apply code review comments

* update versions
2021-05-18 16:00:50 -07:00

29 lines
558 B
JSON

{
"name": "avcpp",
"version-date": "2021-05-06",
"description": "Wrapper for the FFmpeg that simplify usage it from C++ projects.",
"homepage": "https://github.com/h4tr3d/avcpp",
"dependencies": [
{
"name": "ffmpeg",
"default-features": false,
"features": [
"avcodec",
"avdevice",
"avfilter",
"avformat",
"swresample",
"swscale"
]
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}