pixman: Branch 'master'

Søren Sandmann Pedersen sandmann at kemper.freedesktop.org
Thu May 21 02:08:44 PDT 2009


 pixman/pixman-vmx.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5424d0245b28dff81032341a60dea1dd70c594b7
Author: Søren Sandmann Pedersen <sandmann at redhat.com>
Date:   Thu May 21 05:07:19 2009 -0400

    Fix build on ppc. Pointed out by Chris Ball

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}
 


More information about the xorg-commit mailing list