mirror of https://github.com/intel/libva-utils.git
[doc] Fix meson build options in README
Signed-off-by: Jianhui Dai <jianhui.j.dai@intel.com>
This commit is contained in:
parent
29c0a92d0e
commit
4f0496ac41
|
@ -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
|
||||
...
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue