yuzu/externals/vcpkg/ports/avcpp/vcpkg.json

31 lines
599 B
JSON
Executable File

{
"name": "avcpp",
"version-date": "2021-06-14",
"port-version": 1,
"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",
"postproc",
"swresample",
"swscale"
]
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}