[MPlayer-dev-eng] [PATCH] Fix crash when using win32 codecs on mac osx / intel

Ulion ulion2002 at gmail.com
Wed Aug 29 07:47:00 CEST 2007


Hello,

I compiled a gcc 4.2.1 on osx intel. And I found that the option
-fstackrealign was never existed (searched both in gcc 4.2.1 and 4.2.0
sources), only -mstackrealign is there. Also, the miss-third-parameter
bug is still there.

I re-check the search result of -fstackrealign from google, found the
-fstackrealign was original found in
http://gcc.gnu.org/gcc-4.2/changes.html , it's an in-correct
documenting, should be -mstackrealign.

So I update the patch to only check -mstackrealign flag although the
previous patch still works in all situations.

-- 
Ulion
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: macosx_intel_win32dll5.txt
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20070829/d628307b/attachment.txt>


More information about the MPlayer-dev-eng mailing list