[MPlayer-users] Error occurring on q or >, not sure if mplayer or not

Reimar Döffinger Reimar.Doeffinger at gmx.de
Mon Oct 1 20:37:18 CEST 2012


On Mon, Oct 01, 2012 at 10:17:02AM -0700, stan wrote:
> I'll have to recompile the debug version in order to do this again.  Is
> there a way to use configuration flags in mplayer to tell it to turn off
> optimization, -O0, so I can test if it is compiler optimization that is
> causing the problem?  I can do it in the makefile if necessary, of
> course.

-O0 probably won't compile a lot of the code using inline assembler.
The easiest way I think is to edit config.mak, replacing -O4 with
e.g. -O1 and then doing "make clean && make"
But it is unlikely, the crash is deep in precompiled code of some
other project, it is quite unlikely for a compiler bug to cause
that kind of symptom.


More information about the MPlayer-users mailing list