From ae81576414f2d2083d3118fb4abe1ebc5a7a4c54 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Sun, 16 Nov 2014 12:38:53 +0200 Subject: arm: fft_vfp: Add a missing "endconst" when building in thumb mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavcodec/arm/fft_vfp.S | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/arm') 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] -- cgit v1.2.3