[FFmpeg-cvslog] Fix compilation.for iOS ARMv7.

Gavin Kinsey git at videolan.org
Tue Apr 19 10:16:24 CEST 2011


ffmpeg | branch: master | Gavin Kinsey <gkinsey at ad-holdings.co.uk> | Tue Apr 19 10:16:07 2011 +0200| [25347c880f44dbe4bb0f23d6a087c22f4a218c10] | committer: Carl Eugen Hoyos

Fix compilation.for iOS ARMv7.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=25347c880f44dbe4bb0f23d6a087c22f4a218c10
---

 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 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



More information about the ffmpeg-cvslog mailing list