summaryrefslogtreecommitdiffstats
path: root/contrib/libdav1d/A01-disable-cross-posix-memalign.patch
blob: ac3b8faf865e9278519fbba2b02cb3a80844121d (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -ur dav1d.orig/x86_64-w64-mingw32.meson dav1då/x86_64-w64-mingw32.meson
--- dav1d.orig/x86_64-w64-mingw32.meson	2020-05-07 20:41:33.000000000 -0400
+++ dav1d/x86_64-w64-mingw32.meson	2020-05-07 20:44:38.000000000 -0400
@@ -7,6 +7,7 @@
 
 [properties]
 c_link_args = ['-static-libgcc']
+has_function_posix_memalign = false
 
 [host_machine]
 system = 'windows'