--- idct_mmx.asm 2008/08/19 09:06:48 1.11 +++ idct_mmx.asm 2008/11/11 20:46:24 1.12 @@ -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: idct_mmx.asm,v 1.11 2008/08/19 09:06:48 Isibaar Exp $ +; * $Id: idct_mmx.asm,v 1.12 2008/11/11 20:46:24 Isibaar Exp $ ; * ; ***************************************************************************/ @@ -55,15 +55,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 @@ -603,7 +607,7 @@ DCT_8_INV_COL eax+8, eax+8 ret -.endfunc +ENDFUNC ;----------------------------------------------------------------------------- ; void idct_xmm(uint16_t block[64]); @@ -628,7 +632,7 @@ DCT_8_INV_COL eax+8, eax+8 ret -.endfunc +ENDFUNC %ifidn __OUTPUT_FORMAT__,elf