From bca1b5bf6bba47c8ae8aae57ab17577b8cdf2135 Mon Sep 17 00:00:00 2001 From: Danila Fominykh Date: Sun, 7 Jun 2026 00:42:50 +0300 Subject: [PATCH] corrected readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60ea32d..ea5b4ac 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 ``` -The script dav1d sources from [gav1d](https://github.com/d1nch8g/gav1d) (fork for AV1 decoder) to home directory if not present, builds static libs for all targets, and populates `vendor/`. +Script clones necessary repositories, builds necessary components into static libraries with required parameters and produces a vendor package output. ## License