Update Compilation Guide authored by Henrik Gramner's avatar Henrik Gramner
...@@ -12,7 +12,7 @@ Change to the dav1d directory and configure the build with meson: ...@@ -12,7 +12,7 @@ Change to the dav1d directory and configure the build with meson:
``` ```
cd dav1d cd dav1d
meson build -Dbuildtype release meson build
``` ```
To compile it, change to the `build` directory and run ninja: To compile it, change to the `build` directory and run ninja:
... ...
......