summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
diff options
context:
space:
mode:
authorGavin Kinsey <gkinsey@ad-holdings.co.uk>2011-04-19 10:16:07 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-04-19 10:16:07 +0200
commit25347c880f44dbe4bb0f23d6a087c22f4a218c10 (patch)
tree5cfa58921f19d5c962ef5095b414cd86ad7ea979 /libavcodec/arm
parent9b53bb8b3bb89ec1a0f67c34d7c5e6cdcb558b48 (diff)
downloadffmpeg-streaming-25347c880f44dbe4bb0f23d6a087c22f4a218c10.zip
ffmpeg-streaming-25347c880f44dbe4bb0f23d6a087c22f4a218c10.tar.gz
Fix compilation.for iOS ARMv7.
Diffstat (limited to 'libavcodec/arm')
-rw-r--r--libavcodec/arm/fft_fixed_neon.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/fft_fixed_neon.S b/libavcodec/arm/fft_fixed_neon.S
index 14884d3..bd6c853 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
OpenPOWER on IntegriCloud