[MPlayer-dev-eng] [PATCH] compile codec-cfg with -O
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Sun Feb 24 14:04:45 CET 2008
On Sun, Feb 24, 2008 at 01:49:38PM +0100, Diego Biurrun wrote:
> On Sat, Feb 23, 2008 at 09:32:13PM +0100, Reimar Döffinger wrote:
> > currently codec-cfg (the host-native one that creates the codecs.conf.h)
> > is compiled without any options.
> > Compilers seem to be very, very badly tested for this though, and in the
> > past I have seen problems with gcc, though they were gone very fast.
> > Today I got the following with Sun's compiler, it did emit this:
> > "rorw $8, %st(7)"
> > and of course could not compile.
> > Adding -O fixed it.
> > So to avoid this nuisance (even though these are obviously compiler
> > bugs) I suggest this change, ok to apply?
>
> Fine with me.
Applied then.
More information about the MPlayer-dev-eng
mailing list