From 7eff133c0916d8fb32442f3d4a4bedcf6e742822 Mon Sep 17 00:00:00 2001 From: Jianhui Dai Date: Fri, 19 Apr 2024 16:42:14 +0800 Subject: [PATCH] [doc] Fix meson build options in README Signed-off-by: Jianhui Dai --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e583505..8fc97ea 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ or build using Meson ``` mkdir build cd build -meson .. or meson .. -Denable-tests +meson .. or meson .. -Dtests=true ninja sudo ninja install ``` @@ -74,4 +74,4 @@ vainfo: Supported profile and entrypoints VAProfileVP9Profile0 : VAEntrypointVLD VAProfileVP9Profile2 : VAEntrypointVLD ... -``` \ No newline at end of file +```