Re: [libav-devel] [PATCH 2/2] fft: Split MDCT bits off from FFT
On 26/02/16 17:15, Diego Biurrun wrote: > --- > > Now passes FATE on ARM thanks to a hint from Janne. > Ok since oracle seems happy. lu ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel
[libav-devel] [PATCH 2/2] fft: Split MDCT bits off from FFT
--- Now passes FATE on ARM thanks to a hint from Janne. libavcodec/aarch64/Makefile| 1 + libavcodec/aarch64/fft_init_aarch64.c | 12 -- .../aarch64/{fft_init_aarch64.c => mdct_init.c}| 14 +-- libavcodec/arm/Makefile| 2