| Index: patched-ffmpeg-mt/libavcodec/arm/fft_init_arm.c
|
| ===================================================================
|
| --- patched-ffmpeg-mt/libavcodec/arm/fft_init_arm.c (revision 41250)
|
| +++ patched-ffmpeg-mt/libavcodec/arm/fft_init_arm.c (working copy)
|
| @@ -18,7 +18,7 @@
|
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
| */
|
|
|
| -#include "libavcodec/dsputil.h"
|
| +#include "libavcodec/fft.h"
|
|
|
| void ff_fft_permute_neon(FFTContext *s, FFTComplex *z);
|
| void ff_fft_calc_neon(FFTContext *s, FFTComplex *z);
|
|
|