--- trunk/xvidcore/src/image/x86_asm/colorspace_rgb_mmx.asm 2008/09/02 12:23:30 1792 +++ trunk/xvidcore/src/image/x86_asm/colorspace_rgb_mmx.asm 2008/11/11 20:46:24 1793 @@ -29,15 +29,19 @@ %ifdef MARK_FUNCS global _%1:function %1.endfunc-%1 %define %1 _%1:function %1.endfunc-%1 + %define ENDFUNC .endfunc %else global _%1 %define %1 _%1 + %define ENDFUNC %endif %else %ifdef MARK_FUNCS global %1:function %1.endfunc-%1 + %define ENDFUNC .endfunc %else global %1 + %define ENDFUNC %endif %endif %endmacro