[MPlayer-users] Re: intel os x crash using window codecs

Dave Chand devchan1 at bellsouth.net
Tue Dec 12 20:21:05 CET 2006


On Dec 6, 2006, at 3:45 PM, Dave Chand wrote:

>> Looks like a stack alignment problem to me -- the Intel Mac  
>> calling convention
>> requires 16 byte alignment of the stack before the call, which  
>> won't be
>> happening when a Win32 DLL makes calls to functions in loader/ 
>> win32.c.
The codecs work if latest mplayer svn is compiled with -g or -gfull,  
and without -fomit-frame-pointer . Why would win32 codecs work if  
mplayer is compiled with these two flags?

CFLAGS="-gfull or -g -mtune=nocona" gives a binary capable of using  
win32 dll files.
dc



More information about the MPlayer-users mailing list