Current tinderbox regression (pixman, ppc only)

Chris Ball cjb at laptop.org
Tue May 19 16:12:46 PDT 2009


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   <cjb at laptop.org>



More information about the xorg mailing list