Skip to content

Commit

Permalink
[doc] Fix meson build options in README
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Dai <[email protected]>
  • Loading branch information
daijh authored and XinfengZhang committed Apr 28, 2024
1 parent 29c0a92 commit 4f0496a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -74,4 +74,4 @@ vainfo: Supported profile and entrypoints
VAProfileVP9Profile0 : VAEntrypointVLD
VAProfileVP9Profile2 : VAEntrypointVLD
...
```
```

0 comments on commit 4f0496a

Please sign in to comment.