[FFmpeg-devel] [HOWTO] Building FFmpeg for iPhone
David Conrad
lessen42
Thu Oct 8 12:52:37 CEST 2009
On Oct 7, 2009, at 10:07 AM, Jason Millard wrote:
> --arch=arm --extra-cflags='-arch armv6' --extra-ldflags='-arch armv6'
> Thanks. that did the trick. With my tests, mp3 decoding is fine, but
> aac
> decoding is mostly static -- (almost like the volume is amplified)
Reproduced, it's because the aac and dca decoders check for the C
version of float_to_int16 but use float_to_int16_interleave, which
doesn't have a VFP version.
Patch attached
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ffmpeg-interleave.txt
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20091008/0636f4db/attachment.txt>
More information about the ffmpeg-devel
mailing list