[MPlayer-users] Re: Compile error (can't find register in class)
Rich Felker
dalias at aerifal.cx
Sat Jun 17 06:23:52 CEST 2006
On Fri, Jun 16, 2006 at 10:09:09PM +0300, Jan Knutar wrote:
> On Friday 16 June 2006 22:02, Jon Drukman wrote:
>
> > You guessed it. I was using a custom CFLAGS. I have to do it so it
> > will find all the mp3lame, xvid, faac, etc libraries, which are all in
> > non-standard places as they don't let me install in /usr here. Added
> > -O1 to the CFLAGS line and now everything builds and runs fine. Thanks!
>
> Use the --with-extraincdir and --with-extralibdir options to configure instead.
Yes, -O1 is minimal/very poor optimization. Either use -O2, -O3, or
-Os. Or better let MPlayer pick the CFLAGS and just use --with-extra*
to specify the extra paths.
Rich
More information about the MPlayer-users
mailing list