Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132882 - Mplayer uses its own CFLAGS
Summary: Mplayer uses its own CFLAGS
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-10 04:45 UTC by Lasse Lindner
Modified: 2006-05-10 04:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lasse Lindner 2006-05-10 04:45:06 UTC
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"
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-05-10 04:50:52 UTC
(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.