From 3504964f0e0370c54cfcdd0f54390a5cf95d7ace Mon Sep 17 00:00:00 2001 From: aliakseis Date: Tue, 23 Jul 2024 22:50:41 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77fe27f..e4e3c5c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Install Boost, FFmpeg, OpenCV etc... : ``` vcpkg install boost -vcpkg install ffmpeg[ffmpeg,x264,nonfree,gpl,vpx,webp,zlib] +vcpkg install ffmpeg[ffmpeg,x264,nonfree,gpl,vpx,webp,zlib,xml2] ... ```