diff options
author | Gavin Kinsey <gkinsey@ad-holdings.co.uk> | 2011-04-19 10:16:07 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-04-19 10:16:07 +0200 |
commit | 25347c880f44dbe4bb0f23d6a087c22f4a218c10 (patch) | |
tree | 5cfa58921f19d5c962ef5095b414cd86ad7ea979 /libavcodec/arm/fft_fixed_neon.S | |
parent | 9b53bb8b3bb89ec1a0f67c34d7c5e6cdcb558b48 (diff) | |
download | ffmpeg-25347c880f44dbe4bb0f23d6a087c22f4a218c10.tar.gz |
Fix compilation.for iOS ARMv7.
Diffstat (limited to 'libavcodec/arm/fft_fixed_neon.S')
-rw-r--r-- | libavcodec/arm/fft_fixed_neon.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/fft_fixed_neon.S b/libavcodec/arm/fft_fixed_neon.S index 14884d3736..bd6c853ec8 100644 --- a/libavcodec/arm/fft_fixed_neon.S +++ b/libavcodec/arm/fft_fixed_neon.S @@ -122,7 +122,7 @@ endfunc function fft_pass_neon push {r4,lr} - movrel lr, coefs + 24 + movrel lr, coefs+24 vld1.16 {d30}, [lr,:64] lsl r12, r2, #3 vmov d31, d30 |