diff options
author | Måns Rullgård <mans@mansr.com> | 2009-09-15 21:14:14 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-09-15 21:14:14 +0000 |
commit | f486321395e3804ceece2a562f4bf1a8d99d5f24 (patch) | |
tree | f91c4602266840c48649887c3d85b9adc88525a2 /libavcodec/Makefile | |
parent | 9155be47d1e94f392ef8066f911c49e2a19358bc (diff) | |
download | ffmpeg-f486321395e3804ceece2a562f4bf1a8d99d5f24.tar.gz |
Move per-arch fft init bits into the corresponding subdirs
Originally committed as revision 19864 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 68387d614f..69f9702d9a 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -465,6 +465,7 @@ OBJS-$(HAVE_MMX) += x86/cpuid.o \ x86/dnxhd_mmx.o \ x86/dsputil_mmx.o \ x86/fdct_mmx.o \ + x86/fft.o \ x86/idct_mmx_xvid.o \ x86/idct_sse2_xvid.o \ x86/motion_est_mmx.o \ @@ -480,6 +481,7 @@ OBJS-$(ARCH_ALPHA) += alpha/dsputil_alpha.o \ OBJS-$(ARCH_ARM) += arm/dsputil_arm.o \ arm/dsputil_arm_s.o \ + arm/fft_init_arm.o \ arm/jrevdct_arm.o \ arm/mpegvideo_arm.o \ arm/simple_idct_arm.o \ |