shithub: dav1d

Download patch

ref: c851c65c048e1580d7b365523f9386a14ada6149
parent: 3c8110a947e28d7a82087aadc520cd25ac720fe4
author: kossh1 <jonvito16@gmail.com>
date: Wed Feb 5 14:41:34 EST 2020

Update README

--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@
 
 # Compile
 
-1. Install [Meson](https://mesonbuild.com/) (0.47 or higher), [Ninja](https://ninja-build.org/), and, for x86\* targets, [nasm](https://nasm.us/) (2.13.02 or higher)
+1. Install [Meson](https://mesonbuild.com/) (0.47 or higher), [Ninja](https://ninja-build.org/), and, for x86\* targets, [nasm](https://nasm.us/) (2.14 or higher)
 2. Run `mkdir build && cd build` to create a build directory and enter it
 3. Run `meson ..` to configure meson, add `--default-library=static` if static linking is desired
 4. Run `ninja` to compile