summaryrefslogtreecommitdiffstats
path: root/contrib/libdav1d/A00-add-cross-file.patch
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libdav1d/A00-add-cross-file.patch')
-rw-r--r--contrib/libdav1d/A00-add-cross-file.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/libdav1d/A00-add-cross-file.patch b/contrib/libdav1d/A00-add-cross-file.patch
new file mode 100644
index 000000000..9f5327b44
--- /dev/null
+++ b/contrib/libdav1d/A00-add-cross-file.patch
@@ -0,0 +1,19 @@
+diff -Naur /dev/null dav1d-f1b756ef5bdc0bb759b2b140f15362fec024c1ff/x86_64-w64-mingw32.meson
+--- /dev/null 2019-02-01 11:36:25.027425148 -0500
++++ dav1d-f1b756ef5bdc0bb759b2b140f15362fec024c1ff/x86_64-w64-mingw32.meson 2019-02-01 12:10:45.582462644 -0500
+@@ -0,0 +1,15 @@
++[binaries]
++c = 'x86_64-w64-mingw32-gcc'
++cpp = 'x86_64-w64-mingw32-g++'
++ar = 'x86_64-w64-mingw32-ar'
++strip = 'x86_64-w64-mingw32-strip'
++windres = 'x86_64-w64-mingw32-windres'
++
++[properties]
++c_link_args = ['-static-libgcc']
++
++[host_machine]
++system = 'windows'
++cpu_family = 'x86_64'
++cpu = 'x86_64'
++endian = 'little'