diff --git a/vcpkg.json b/vcpkg.json index a8c563506..113adcf98 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -26,7 +26,15 @@ ] }, "glm", - "ffmpeg", + { + "name": "ffmpeg", + "features": [ + "avcodec", + "avformat", + "avdevice", + "swresample" + ] + }, "fdk-aac", "cpp-httplib", "libressl",