Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2019-01-15 17:21:17 +0300
committerRonald S. Bultje <rsbultje@gmail.com>2019-01-16 01:37:19 +0300
commit33ce38293c908a94ab376193c96657a30807503c (patch)
tree8a015169ca06efd0eeebb630bce83ee0e800e166 /README.md
parent46435a537a6ec3e38792c482f94d18559261908a (diff)
build: Change required nasm version to 2.13.02
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d69b49a..d1266ab 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ The [VideoLAN Code of Conduct](https://wiki.videolan.org/CoC) applies to this pr
# 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 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.13.02 or higher)
2. Run `meson build --buildtype release`
3. Build with `ninja -C build`