summarylogtreecommitdiffstats
path: root/x86_64_cputest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'x86_64_cputest.patch')
-rw-r--r--x86_64_cputest.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/x86_64_cputest.patch b/x86_64_cputest.patch
new file mode 100644
index 000000000000..366413e3636f
--- /dev/null
+++ b/x86_64_cputest.patch
@@ -0,0 +1,12 @@
+--- gavl-1.4.0/gavl/cputest.c 2012-06-08 13:49:47.000000000 +0200
++++ patched/gavl/cputest.c 2023-12-07 17:09:28.613333697 +0100
+@@ -65,7 +65,8 @@
+
+ int gavl_accel_supported()
+ {
+-#ifdef ARCH_X86
++//FIXME: 64 bit mingw throws an error
++#if defined(ARCH_X86) && !defined(ARCH_X86_64)
+ int rval = 0;
+ int eax, ebx, ecx, edx;
+ int max_std_level, max_ext_level, std_caps=0, ext_caps=0;