Move per-arch fft init bits into the corresponding subdirs
authorMåns Rullgård <mans@mansr.com>
Tue, 15 Sep 2009 21:14:14 +0000 (21:14 +0000)
committerMåns Rullgård <mans@mansr.com>
Tue, 15 Sep 2009 21:14:14 +0000 (21:14 +0000)
commitf486321395e3804ceece2a562f4bf1a8d99d5f24
treef91c4602266840c48649887c3d85b9adc88525a2
parent9155be47d1e94f392ef8066f911c49e2a19358bc
Move per-arch fft init bits into the corresponding subdirs

Originally committed as revision 19864 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
libavcodec/arm/fft_init_arm.c [new file with mode: 0644]
libavcodec/dsputil.h
libavcodec/fft.c
libavcodec/ppc/fft_altivec.c
libavcodec/x86/fft.c [new file with mode: 0644]
libavcodec/x86/fft.h [new file with mode: 0644]
libavcodec/x86/fft_3dn2.c
libavcodec/x86/fft_sse.c