vcpkg: Fine tune required ffmpeg dependecies
This commit is contained in:
10
vcpkg.json
10
vcpkg.json
@ -26,7 +26,15 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"glm",
|
"glm",
|
||||||
"ffmpeg",
|
{
|
||||||
|
"name": "ffmpeg",
|
||||||
|
"features": [
|
||||||
|
"avcodec",
|
||||||
|
"avformat",
|
||||||
|
"avdevice",
|
||||||
|
"swresample"
|
||||||
|
]
|
||||||
|
},
|
||||||
"fdk-aac",
|
"fdk-aac",
|
||||||
"cpp-httplib",
|
"cpp-httplib",
|
||||||
"libressl",
|
"libressl",
|
||||||
|
Reference in New Issue
Block a user