diff --git a/vcpkg.json b/vcpkg.json index 3f58ea9288..912c53b06a 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -14,6 +14,22 @@ "homepage": "https://github.com/opengisch/qfield", "dependencies": [ "catch2", + { + "name": "ffmpeg", + "default-features": false, + "features": [ + "avcodec", + "avdevice", + "avformat", + { + "name": "openh264", + "platform": "linux | windows" + }, + "swresample", + "swscale" + ], + "platform": "linux | android | windows" + }, { "name": "gdal", "default-features": false