Mplayer compiles with "-march=pentium4 -mtune=pentium4 -pipe -ffast-math -fomit-frame-pointer", though USE-Flags 'cpudetection' and 'custom-cflags' are disabled. Tried following versions: 1.0.20060217, 1.0.20060408, 1.0.20060415, 1.0_pre7-r1 CFLAGS in /etc/make.conf: "-O2 -march=i686 -pipe" CHOST in /etc/make.conf: "i686-pc-linux-gnu"
(In reply to comment #0) > Mplayer compiles with "-march=pentium4 -mtune=pentium4 -pipe -ffast-math > -fomit-frame-pointer", though USE-Flags 'cpudetection' and 'custom-cflags' are > disabled. That's a complete misunderstanding of the custom-cflags USE flag. If it's *disabled*, then mplayer will always use its own C[XX]FLAGS.