cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=1a5b7d383d6ec05d1499fcbbddae496c77d87e1f

commit 1a5b7d383d6ec05d1499fcbbddae496c77d87e1f
Author: Cedric BAIL <cedric.b...@samsung.com>
Date:   Fri Dec 20 16:09:10 2013 +0900

    evas: fix compilation issue on Jenkins windows that make me wonder how it 
does build on Linux.
---
 src/lib/evas/common/evas_map_image.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/lib/evas/common/evas_map_image.c 
b/src/lib/evas/common/evas_map_image.c
index b41e5b9..c3f3e37 100644
--- a/src/lib/evas/common/evas_map_image.c
+++ b/src/lib/evas/common/evas_map_image.c
@@ -710,7 +710,7 @@ void evas_common_map_rgba_internal(RGBA_Image *src, 
RGBA_Image *dst, RGBA_Draw_C
                                   p, smooth, level);
 }
 
-
+#ifdef BUILD_NEON
 void evas_common_map_rgba_internal_neon(RGBA_Image *src, RGBA_Image *dst, 
RGBA_Draw_Context *dc, RGBA_Map_Point *p, int smooth, int level)
 {
    int clip_x, clip_y, clip_w, clip_h;
@@ -737,6 +737,7 @@ void evas_common_map_rgba_internal_neon(RGBA_Image *src, 
RGBA_Image *dst, RGBA_D
                                   mul_col, dc->render_op,
                                   p, smooth, level);
 }
+#endif
 
 EAPI void
 evas_common_map_rgba_cb(RGBA_Image *src, RGBA_Image *dst,

-- 


Reply via email to