You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
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:
@@ -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]
|
||||
|
Reference in New Issue
Block a user