]> git.sesse.net Git - ffmpeg/commit
avcodec/fft_template: Only check for FF_FFT_PERM_AVX on ARCH_X86
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 6 Jan 2021 20:09:14 +0000 (21:09 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 8 Jan 2021 05:52:51 +0000 (06:52 +0100)
commita454a0c14fa2c2bf712f282a7fcc574bdc90a327
tree1f2530b4817a6cac90c94f949b77cb0f25b25e8f
parent482aeda8bfe641239c901261a646ab07275da50b
avcodec/fft_template: Only check for FF_FFT_PERM_AVX on ARCH_X86

Also do it for FFT_FLOAT only, as this is the only combination for which
it can be set.

Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/fft_template.c