shithub: dav1d

Download patch

ref: 7b70548104e9c679fb6f8307acd4cf5b086a6afb
parent: d18bd0d7a090109af552db32e23a607b8b63e8b7
author: Marvin Scholz <epirat07@gmail.com>
date: Mon Sep 24 18:23:11 EDT 2018

Readme: Document required Meson version

Meson before 0.45 did not honor the meson version arg in the build file,
so there will be no proper error when using the wrong version.

Fix #24

--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@
 
 # Compile
 
-1. Install [Meson](https://mesonbuild.com/)
+1. Install [Meson](https://mesonbuild.com/) (0.47 or higher)
 2. Run `meson build --buildtype release`
 3. Build with `ninja -C build`