From 812eff683935bc5ff5b279fd549386002f73a6ca Mon Sep 17 00:00:00 2001 From: Danila Fominykh Date: Sun, 7 Jun 2026 00:44:14 +0300 Subject: [PATCH] readme correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea5b4ac..1cd04cf 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ sudo apt install gcc meson ninja-build nasm gcc-aarch64-linux-gnu gcc-mingw-w64- go run cmd/build/main.go ``` -Script clones necessary repositories, builds necessary components into static libraries with required parameters and produces a vendor package output. +Script clones necessary repositories (default dav1d mirror and FFmpeg mirror), builds them into static libraries for linking with CGO with preset of required parameters and produces a vendor directory. ## License