# HG changeset patch # User alex # Date 1114799544 0 # Node ID 3486552cd33e30c1381cc791c10a70ee2aa252b0 # Parent f06cb67b50383754015a0934d260e991f373fa8f unused define diff -r f06cb67b5038 -r 3486552cd33e postproc/swscale_template.c --- a/postproc/swscale_template.c Fri Apr 29 17:18:12 2005 +0000 +++ b/postproc/swscale_template.c Fri Apr 29 18:32:24 2005 +0000 @@ -1617,8 +1617,6 @@ static inline void RENAME(bgr32ToY)(uint8_t *dst, uint8_t *src, int width) { -#ifdef HAVE_MMXFIXME -#else int i; for(i=0; i>RGB2YUV_SHIFT); } -#endif } static inline void RENAME(bgr32ToUV)(uint8_t *dstU, uint8_t *dstV, uint8_t *src1, uint8_t *src2, int width) { -#ifdef HAVE_MMXFIXME -#else int i; for(i=0; i>(RGB2YUV_SHIFT+2)) + 128; dstV[i]= ((RV*r + GV*g + BV*b)>>(RGB2YUV_SHIFT+2)) + 128; } -#endif } static inline void RENAME(bgr24ToY)(uint8_t *dst, uint8_t *src, int width)