[MPlayer-cvslog] r27941 - trunk/configure

compn tempn at twmi.rr.com
Sun Nov 16 22:51:46 CET 2008


On Sun, 16 Nov 2008 17:59:18 +0100 (CET), reimar wrote:
>Log:
>Fix missing -DARCH_X86_64 for yasm on x86_64.

does this mean there was a compilation error or does this fix a warning?

>-  x86_64 && YASMFLAGS="$YASMFLAGS -m amd64"
>+  x86_64 && YASMFLAGS="$YASMFLAGS -DARCH_X86_64 -m amd64"

yasm -f elf -DARCH_X86_64 -m amd64 -I i386/ -o i386/fft_mmx.o
i386/fft_mmx.asm i386/x86inc.asm:408: invalid argument to [SECTION]
i386/x86inc.asm:408: undefined symbol `.note.GNU' (first use)
i386/x86inc.asm:408: undefined symbol `stack' (first use)
i386/x86inc.asm:408:  (Each undefined symbol is reported only once.)

<Freddy2> 27942
<Compn> what yasm ver ?
<Freddy2> 0.5.0.1591
<Compn> and are you on 64bit ?
<Freddy2> yes

-compn



More information about the MPlayer-cvslog mailing list