diff --git a/vcpkg.json b/vcpkg.json index 6f888d418de..cab66098657 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -12,6 +12,22 @@ "name": "dirent", "platform": "windows" }, + { + "name": "ffmpeg", + "platform": "!android", + "features": [ + "avcodec", + "avformat", + "dav1d", + "openh264", + "opus", + "webp", + "theora", + "vorbis", + "vpx", + "zlib" + ] + }, { "name": "fontconfig", "platform": "linux | freebsd | openbsd | osx | windows" @@ -97,6 +113,10 @@ "name": "curl", "version": "8.10.1#0" }, + { + "name": "ffmpeg", + "version": "6.1.1#11" + }, { "name": "fontconfig", "version": "2.14.2#1"