--- trunk/xvidcore/src/dct/x86_asm/idct_mmx.asm 2002/06/14 12:26:06 206 +++ trunk/xvidcore/src/dct/x86_asm/idct_mmx.asm 2002/06/14 13:06:33 207 @@ -44,8 +44,11 @@ %define SHIFT_FRW_ROW BITS_FRW_ACC + 17 %define RND_FRW_ROW 262144 * (BITS_FRW_ACC - 1) ; 1 << (SHIFT_FRW_ROW-1) - +%ifdef FORMAT_COFF +section .data data +%else section .data data align=16 +%endif align 16