[MPlayer-dev-eng] [PATCH] replacement for internal mpg123 fork (mp3lib), Final version?

Diego Biurrun diego at biurrun.de
Sun May 23 18:37:26 CEST 2010


On Sun, May 16, 2010 at 06:03:57PM +0200, Thomas Orgis wrote:
> 
> PPS: On my K6-III+, I tried to test mplayer SVN, but got that one:
> 
> Program received signal SIGILL, Illegal instruction.
> 0x080875ae in mp_msg ()
> 
> Rebuilding with debugging symbols now... but that takes time on the old
> machine, so I spare that for another post.

I think that's a gcc bug where SSE and MMX2 instructions get compiled
into K6-III binaries when using -march=native.  What gcc version are
you using?  --extra-cflags=-march=k6-3 -mtune=k6-3 should work around
this.

Diego



More information about the MPlayer-dev-eng mailing list