[Ffmpeg-devel] build broken again...

Rich Felker dalias
Sun May 8 19:54:13 CEST 2005


On Sun, May 08, 2005 at 06:42:53PM +0200, Fran?ois Revol wrote:
> > > > Actually it probably is, since gcc 2.95.3 works fine for the rest
> > > > of
> > > > us. What CFLAGS are you using?
> > > >
> > >
> > > OPTFLAGS=-O3 -Wall -Wno-switch -DPIC -fomit-frame-pointer
> > >
> > > (with PIC of course)
> >
> > PIC does not work, afaik. Stop insisting on using it.
> >
> 
> I *must*.
> all userland code is compiled with PIC in BeOS and everything works

Then BeOS is buggy (or more blundtly, it SUCKS). This forces code to
be slow by depriving you of one of your precious 7 registers.

> fine except for buggy code. :p

Assuming you have 7 registers on x86 in asm is not buggy, it's
standard.

> And indeed it worked fine until now.

You got lucky.

Rich





More information about the ffmpeg-devel mailing list