]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/fft_template.c
ape: Use the proper variable type
[ffmpeg] / libavcodec / fft_template.c
index 8b94ff1972f84cc19115ee4d3d903478e97cc5df..808f317c173f69b4f6fce5a717b74612da808108 100644 (file)
@@ -158,6 +158,7 @@ av_cold int ff_fft_init(FFTContext *s, int nbits, int inverse)
 #endif
 
 #if FFT_FLOAT
+    if (ARCH_AARCH64) ff_fft_init_aarch64(s);
     if (ARCH_ARM)     ff_fft_init_arm(s);
     if (ARCH_PPC)     ff_fft_init_ppc(s);
     if (ARCH_X86)     ff_fft_init_x86(s);