--- trunk/xvidcore/src/motion/x86_asm/sad_3dne.asm 2008/09/02 12:23:30 1792 +++ trunk/xvidcore/src/motion/x86_asm/sad_3dne.asm 2008/11/11 20:46:24 1793 @@ -19,7 +19,7 @@ ; * along with this program; if not, write to the Free Software ; * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ; * -; * $Id: sad_3dne.asm,v 1.8 2008-08-19 09:06:48 Isibaar Exp $ +; * $Id: sad_3dne.asm,v 1.9 2008-11-11 20:46:24 Isibaar Exp $ ; * ; ***************************************************************************/ @@ -33,15 +33,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 @@ -265,7 +269,7 @@ add eax, ecx ret -.endfunc +ENDFUNC ;----------------------------------------------------------------------------- @@ -320,7 +324,7 @@ movd eax, mm0 ret -.endfunc +ENDFUNC ;----------------------------------------------------------------------------- @@ -365,7 +369,7 @@ movd eax, mm6 ret -.endfunc +ENDFUNC ;----------------------------------------------------------------------------- ; @@ -441,7 +445,7 @@ movd eax, mm6 ret -.endfunc +ENDFUNC ;=========================================================================== @@ -500,7 +504,7 @@ movd eax, mm7 ret -.endfunc +ENDFUNC %ifidn __OUTPUT_FORMAT__,elf