Compilation error
| Newsgroups | gmane.comp.video.xvid.user |
|---|---|
| Message-ID | <[email protected]> |
I'm trying to compile the nightly build on a Debian 3.0 system with gcc 2.95.4 and kernel 2.4.18. I get the following error: nasm -f elf ../../src/dct/x86_asm/fdct_mmx.asm -o ../../src/dct/x86_asm/fdct_mmx.o ../../src/dct/x86_asm/fdct_mmx.asm:567: error: operation size not specified ../../src/dct/x86_asm/fdct_mmx.asm:656: error: operation size not specified ../../src/dct/x86_asm/fdct_mmx.asm:745: error: operation size not specified ../../src/dct/x86_asm/fdct_mmx.asm:834: error: operation size not specified ../../src/dct/x86_asm/fdct_mmx.asm:923: error: operation size not specified ../../src/dct/x86_asm/fdct_mmx.asm:1012: error: operation size not specified ../../src/dct/x86_asm/fdct_mmx.asm:1101: error: operation size not specified ../../src/dct/x86_asm/fdct_mmx.asm:1190: error: operation size not specified make: *** [../../src/dct/x86_asm/fdct_mmx.o] Error 1 This is an x86 system. Thank you for your help in advance. --Greg