diff options
author | Martin Storsjö | 2014-11-16 12:38:53 +0200 |
---|---|---|
committer | Martin Storsjö | 2014-12-08 12:29:49 +0200 |
commit | ae81576414f2d2083d3118fb4abe1ebc5a7a4c54 (patch) | |
tree | 9ba7972bfcbac536d3b687bc18884521f269b509 | |
parent | 29bc7bfba288ff8572ed967a8752a1dbde7b724b (diff) |
arm: fft_vfp: Add a missing "endconst" when building in thumb mode
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r-- | libavcodec/arm/fft_vfp.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/arm/fft_vfp.S b/libavcodec/arm/fft_vfp.S index 130d529dbf..91b833bdca 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] |