[MPlayer-users] problems compiling mplayer

RC rcooley at spamcop.net
Sat Feb 25 21:27:13 CET 2006


On Sat, 25 Feb 2006 19:16:24 +0000
"Graeme Jackson" <gmdjackson at hotmail.com> wrote:

> gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4
> -march=i686  -mcpu=i686 -pipe -ffast-math -fomit-frame-pointer
> -D_REENTRANT  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
> -DHAVE_AV_CONFIG_H -I..  -D_FILE_OFFSET_BITS=64 -D_LARGEFE_SOURCE
> -D_GNU_SOURCE  -c -o  i386/vp3dsp_sse2.o i386/vp3dsp_sse2.c
> {standard input}: Assembler messages:
> {standard input}:491: Error: no such instruction: `punpcklqdq
> %xmm4,%xmm0' {standard input}:497: Error: no such instruction:
> `punpcklqdq %xmm0,%xmm1' {standard input}:500: Error: no such
> instruction: `punpcklqdq %xmm5,%xmm4' {standard input}:507: Error: no
> such instruction: `punpcklqdq %xmm6,%xmm5' make[1]: ***
> [i386/vp3dsp_sse2.o] Error 1 make[1]: Leaving directory
> `/root/MPlayer-1.0pre7try2/libavcodec' make: ***
> [libavcodec/libavcodec.a] Error 2
> 
> Does anybody know what this means and how I can solve this problem ?

Odd, it looks like either cpudetect screwed-up, or perhaps you set
the options/CFLAGS yourself.  It's trying SSE2, which either your
(i686???) CPU doesn't support (or perhaps your compiler is buggy).

You can start by trying latest CVS.




More information about the MPlayer-users mailing list