[MPlayer-users] Re: Compile error (can't find register in class)
Jon Drukman
jsd at cluttered.com
Fri Jun 16 21:02:49 CEST 2006
Rich Felker wrote:
> You omitted the most important line, the gcc command. Probably you
> used your own CFLAGS and omitted all optimization options! Inline asm
> does not work without at least -O1.
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!
-jsd-
More information about the MPlayer-users
mailing list