[FFmpeg-devel] r9017 breaks WMA decoding on Intel Macs
Alexander Strange
astrange
Mon May 28 01:30:04 CEST 2007
On May 27, 2007, at 7:26 PM, Trent Piepho wrote:
>
> But I don't think this is the problem. I think it's more likely
> that the
> apple compiler is compiling some C code into something that uses
> SSE, and
> this is breaking the asm blocks which assume that nothing else uses
> SSE
> registers.
If it uses floating-point anywhere, this is definitely it; OS X/x86
uses -msse2 -mfpmath=sse by default.
More information about the ffmpeg-devel
mailing list