[doc] Fix meson build options in README

Signed-off-by: Jianhui Dai <jianhui.j.dai@intel.com>
This commit is contained in:
Jianhui Dai 2024-04-19 16:42:14 +08:00 committed by Zhang, Xinfeng
parent 29c0a92d0e
commit 4f0496ac41
1 changed files with 2 additions and 2 deletions

View File

@ -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
...
```
```