From 2f1732359787f946bd1efd92be1f2f86aa91be3c Mon Sep 17 00:00:00 2001 From: Jonathan Morton Date: Fri, 22 May 2009 08:25:26 -0700 Subject: [PATCH] Fix compile error caused by e42fae9e8364f5f0791f9fce749ab18b33acf598 --- pixman/pixman-arm-neon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixman/pixman-arm-neon.h b/pixman/pixman-arm-neon.h index f43af65..9fee6c2 100644 --- a/pixman/pixman-arm-neon.h +++ b/pixman/pixman-arm-neon.h @@ -36,7 +36,7 @@ pixman_bool_t pixman_have_arm_neon(void); #ifdef USE_ARM_NEON -extern const FastPathInfo *const arm_fast_paths; +extern const FastPathInfo *const arm_neon_fast_paths; void fbCompositeSrcAdd_8000x8000neon (pixman_op_t op, -- 2.7.4