vcpkg: Fine tune required ffmpeg dependecies

This commit is contained in:
emufan4568
2022-07-16 16:35:46 +03:00
parent d865780291
commit 5cad914b73

View File

@ -26,7 +26,15 @@
] ]
}, },
"glm", "glm",
"ffmpeg", {
"name": "ffmpeg",
"features": [
"avcodec",
"avformat",
"avdevice",
"swresample"
]
},
"fdk-aac", "fdk-aac",
"cpp-httplib", "cpp-httplib",
"libressl", "libressl",