Module: libav
Branch: master
Commit: ae81576414f2d2083d3118fb4abe1ebc5a7a4c54

Author:    Martin Storsjö <[email protected]>
Committer: Martin Storsjö <[email protected]>
Date:      Sun Nov 16 12:38:53 2014 +0200

arm: fft_vfp: Add a missing "endconst" when building in thumb mode

Signed-off-by: Martin Storsjö <[email protected]>

---

 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]

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to