--- xmps-0.2.0.orig/codecs/video/mpeg3/motion_comp.c 2000-11-20 12:57:37.000000000 -0600 +++ xmps-0.2.0/codecs/video/mpeg3/motion_comp.c 2003-03-01 18:16:41.000000000 -0600 @@ -66,7 +66,7 @@ // mc function template #define MC_FUNC(op,xy) \ -static void motion_comp_##op####xy##_16x16_c (uint8_t * dest, \ +static void motion_comp_##op##xy##_16x16_c (uint8_t * dest, \ uint8_t * ref, \ int stride, \ int height) \ @@ -92,7 +92,7 @@ dest += stride; \ } while (--height); \ } \ -static void motion_comp_##op####xy##_8x8_c (uint8_t * dest, \ +static void motion_comp_##op##xy##_8x8_c (uint8_t * dest, \ uint8_t * ref, \ int stride, \ int height) \