mirror of https://git.ffmpeg.org/ffmpeg.git
arm: fft_vfp: Add a missing "endconst" when building in thumb mode
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
29bc7bfba2
commit
ae81576414
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue