Update Compilation Guide authored by Marvin Scholz's avatar Marvin Scholz
...@@ -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 --buildtype release meson build -Dbuildtype release
``` ```
To compile it, change to the `build` directory and run ninja: To compile it, change to the `build` directory and run ninja:
... ...
......