[MPlayer-users] Re: libavcodec (mplayer-current) fails to compile with no optimizations

Nilmoni Deb ndeb at ece.cmu.edu
Mon Dec 6 07:46:19 CET 2004


Yes, there is a point. I was debugging the program in relation to a crash.
Unfortunately, gdb was not being able to give enough info so I thought
disabling all optimizations might help. In other words, the dislcaimer in
configure does not help my case.

As for disabling asm, I did put an ifdef and disable it only to get errors
elsewhere. Do you know of a clean way of doing it (say, in config.mak) ?

-------------------------------------------------
yes, is there a point? why are you telling us this?
1. configure says not to complain to us if you change cflags to
anything but the default
2. it's known that gcc inline asm does not work with optimizations
disabled. this applies to basically any program. if you insist on
disabling optimization, disable the asm (mmx, etc.) too. but there is
no legitimate reason ever to disable optimizations.

rich




More information about the MPlayer-users mailing list