Re: vorbisenc creates silent ogg files on ARM EABI
Martin Guy <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.devel |
|---|---|
| Message-ID | <[email protected]> |
On 3/18/09, Erik de Castro Lopo <[email protected]> wrote: > Erik de Castro Lopo wrote: > I working on this now. I've posted some initial findings in the > bug report: > > https://trac.xiph.org/ticket/1526 Thanks Erik! Your analysis pinpoints gcc-4.1 and 4.3 generating incorrect code for the max()/MAX()/vorbis_max() macros in single-precision floats. Compiling without -ffast-math, "make check" succeeds and the encoder_example produces a file with the correct length and content. I'm writing here because the tracker keeps rejecting my remarks as spam.