Mercurial > libavcodec.hg
diff arm/fft_init_arm.c @ 11370:4b3da727d832 libavcodec
Move FFT parts from dsputil.h to fft.h
| author | mru |
|---|---|
| date | Sat, 06 Mar 2010 14:34:46 +0000 |
| parents | 89a852950c34 |
| children | e011e73a902b |
line wrap: on
line diff
--- a/arm/fft_init_arm.c Sat Mar 06 14:24:59 2010 +0000 +++ b/arm/fft_init_arm.c Sat Mar 06 14:34:46 2010 +0000 @@ -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);
