From 076204d16696edfbb141f608802d6272c88edc7a Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 19 Dec 2012 00:55:32 +0000 Subject: [PATCH] oops-- -> call c func not mmx funf .. in the c only render path! SVN revision: 81315 --- src/lib/evas/common/evas_scale_smooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/common/evas_scale_smooth.c b/src/lib/evas/common/evas_scale_smooth.c index 43e71f4e61..5bd780db70 100644 --- a/src/lib/evas/common/evas_scale_smooth.c +++ b/src/lib/evas/common/evas_scale_smooth.c @@ -168,7 +168,7 @@ evas_common_scale_rgba_in_to_out_clip_smooth_c(RGBA_Image *src, RGBA_Image *dst, mul_col = dc->mul.use ? dc->mul.col : 0xffffffff; - _evas_common_scale_rgba_in_to_out_clip_smooth_mmx + _evas_common_scale_rgba_in_to_out_clip_smooth_c (src, dst, clip_x, clip_y, clip_w, clip_h, mul_col, dc->render_op,