[MPlayer-dev-eng] [PATCH] use yasm macho in configure

Andrew Wason rectalogic at rectalogic.com
Mon Dec 1 16:10:34 CET 2008


Anyone object to applying the patch to configure referenced in this thread?
http://lists.mplayerhq.hu/pipermail/mplayer-users/2008-November/075150.html

It changes yasm obj format from macho32 to macho for Mac.  I've been running
mplayer with the patch for a week now and seen no issues, without it I have
dozens of files that mplayer crashes on.

I think the issue is libavcodec/i386/x86inc.asm is conditionally compiled based
on __OUTPUT_FORMAT__ for macho64 or macho - and so when macho32 is used it does
not match macho and ends up using the %else case.

Andrew




More information about the MPlayer-dev-eng mailing list