Hi,
> pixman-vmx.h:40: error: 'vmx_fast_path_array' undeclared here
> (not in a function)
I think this patch is sufficient; the assignment happens in pixman-vmx.c.
diff --git a/pixman/pixman-vmx.h b/pixman/pixman-vmx.h
index 2672004..47885f4 100644
--- a/pixman/pixman-vmx.h
+++ b/pixman/pixman-vmx.h
@@ -37,7 +37,7 @@ pixman_bool_t pixman_have_vmx(void);
#ifdef USE_VMX
-extern const FastPathInfo *const vmx_fast_paths = vmx_fast_path_array;
+extern const FastPathInfo *const vmx_fast_paths;
#define AVV(x...) {x}
- Chris.
--
Chris Ball <[email protected]>
_______________________________________________
xorg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xorg