summaryrefslogtreecommitdiffstats
path: root/handbrake/build/patches
diff options
context:
space:
mode:
Diffstat (limited to 'handbrake/build/patches')
-rw-r--r--handbrake/build/patches/contrib/libdav1d/A00-nasm.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/handbrake/build/patches/contrib/libdav1d/A00-nasm.patch b/handbrake/build/patches/contrib/libdav1d/A00-nasm.patch
new file mode 100644
index 00000000..e91d6d88
--- /dev/null
+++ b/handbrake/build/patches/contrib/libdav1d/A00-nasm.patch
@@ -0,0 +1,13 @@
+--- dav1d-0.5.1/meson.build.orig 2019-10-25 21:38:21.000000000 +0200
++++ dav1d-0.5.1/meson.build 2019-12-29 22:18:11.414202629 +0100
+@@ -351,8 +351,8 @@
+
+ out = nasm_r.stdout().strip().split()
+ if out[1].to_lower() == 'version'
+- if out[2].version_compare('<2.13.02')
+- error('nasm 2.13.02 or later is required, found nasm @0@'.format(out[2]))
++ if out[2].version_compare('<2.13.01')
++ error('nasm 2.13.01 or later is required, found nasm @0@'.format(out[2]))
+ endif
+ else
+ error('unexpected nasm version string: @0@'.format(nasm_r.stdout()))