Mercurial > mplayer.hg
annotate mp_msg-mencoder.c @ 7335:8db0cba91b6c
When we're compiling/running on a kernel without sse/sse2 support, we have
to be careful when using gcc-3.x. gcc-3.x is able to emit sse/sse2
instructions for normal C code when we compile for maximum performance with
something like the -march=athlon-xp switch.
So, if the kernel does not support the sse/sse2 instruction set extension,
we have to tell gcc-3.x to not emit see/sse2 instructions for regular C code,
otherwise mplayer might crash with a SIGILL signal.
author | jkeil |
---|---|
date | Mon, 09 Sep 2002 19:01:34 +0000 |
parents | 94813c4807f3 |
children | 92b0eee57acb |