[FFmpeg-cvslog] arm: fft_vfp: Add a missing "endconst" when building in thumb mode
Martin Storsjö
git at videolan.org
Mon Dec 8 12:31:57 CET 2014
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Sun Nov 16 12:38:53 2014 +0200| [ae81576414f2d2083d3118fb4abe1ebc5a7a4c54] | committer: Martin Storsjö
arm: fft_vfp: Add a missing "endconst" when building in thumb mode
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ae81576414f2d2083d3118fb4abe1ebc5a7a4c54
---
libavcodec/arm/fft_vfp.S | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/arm/fft_vfp.S b/libavcodec/arm/fft_vfp.S
index 130d529..91b833b 100644
--- a/libavcodec/arm/fft_vfp.S
+++ b/libavcodec/arm/fft_vfp.S
@@ -54,6 +54,7 @@ T const fft_tab_vfp
.word fft32768_vfp
.word fft65536_vfp
A endfunc
+T endconst
function fft4_vfp
vldr d0, [a1, #0*2*4] @ s0,s1 = z[0]
More information about the ffmpeg-cvslog
mailing list