Mercurial > mplayer.hg
view TVout/modules @ 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 | 3b5f5d1c5041 |
children | 6e38aeab712f |
line wrap: on
line source
# Load kernel modules... # (you must have 2.3/2.4 kernel with matroxfb enabled!) modprobe i2c-matroxfb modprobe matroxfb_Ti3026 modprobe matroxfb_crtc2 modprobe matroxfb_maven