From 161507b174b74c201811eebc3776fc63b925ea48 Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Thu, 7 Nov 2024 12:47:48 -0700 Subject: [PATCH] Meta: Add ffmpeg to vcpkg dependencies Now that we are using shared libraries, it is possible to add into our vcpkg dependencies without worrying about LGPL --- vcpkg.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/vcpkg.json b/vcpkg.json index 6f888d418de8..cab660986577 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"