[pulseaudio-discuss] Error compiling sconv_sse.c on Mac OS X
Lennart Poettering
lennart at poettering.net
Mon Oct 5 15:20:24 PDT 2009
On Tue, 15.09.09 03:08, Daniel Mack (daniel at caiaq.de) wrote:
> > A temporary fix could be changing this:
> >
> > #if defined (__i386__) || defined (__amd64__)
> >
> > to this:
> >
> > #if !defined(__APPLE__) && (defined (__i386__) || defined (__amd64__))
> >
> > twice in that file.
>
> I'll try that later. However, compiling this single file with -O1 also
> fixes it. Hmm!?
-O1 influences the register assignment logic in gcc.
I wonder if this patch of Wim's might actually fix this prob:
http://git.0pointer.de/?p=pulseaudio.git;a=commit;h=5eecd8ea7dcaca7536240b8a5800c686db51eee5
Lennart
--
Lennart Poettering Red Hat, Inc.
lennart [at] poettering [dot] net
http://0pointer.net/lennart/ GnuPG 0x1A015CC4
More information about the pulseaudio-discuss
mailing list