Mercurial > libavcodec.hg
comparison Makefile @ 10175:5cf49858179a libavcodec
Move per-arch fft init bits into the corresponding subdirs
author | mru |
---|---|
date | Tue, 15 Sep 2009 21:14:14 +0000 |
parents | 7a63015e4627 |
children | 2ab0e95bc837 |
comparison
equal
deleted
inserted
replaced
10174:89cd870ca180 | 10175:5cf49858179a |
---|---|
463 | 463 |
464 OBJS-$(HAVE_MMX) += x86/cpuid.o \ | 464 OBJS-$(HAVE_MMX) += x86/cpuid.o \ |
465 x86/dnxhd_mmx.o \ | 465 x86/dnxhd_mmx.o \ |
466 x86/dsputil_mmx.o \ | 466 x86/dsputil_mmx.o \ |
467 x86/fdct_mmx.o \ | 467 x86/fdct_mmx.o \ |
468 x86/fft.o \ | |
468 x86/idct_mmx_xvid.o \ | 469 x86/idct_mmx_xvid.o \ |
469 x86/idct_sse2_xvid.o \ | 470 x86/idct_sse2_xvid.o \ |
470 x86/motion_est_mmx.o \ | 471 x86/motion_est_mmx.o \ |
471 x86/mpegvideo_mmx.o \ | 472 x86/mpegvideo_mmx.o \ |
472 x86/simple_idct_mmx.o \ | 473 x86/simple_idct_mmx.o \ |
478 alpha/mpegvideo_alpha.o \ | 479 alpha/mpegvideo_alpha.o \ |
479 alpha/simple_idct_alpha.o \ | 480 alpha/simple_idct_alpha.o \ |
480 | 481 |
481 OBJS-$(ARCH_ARM) += arm/dsputil_arm.o \ | 482 OBJS-$(ARCH_ARM) += arm/dsputil_arm.o \ |
482 arm/dsputil_arm_s.o \ | 483 arm/dsputil_arm_s.o \ |
484 arm/fft_init_arm.o \ | |
483 arm/jrevdct_arm.o \ | 485 arm/jrevdct_arm.o \ |
484 arm/mpegvideo_arm.o \ | 486 arm/mpegvideo_arm.o \ |
485 arm/simple_idct_arm.o \ | 487 arm/simple_idct_arm.o \ |
486 | 488 |
487 OBJS-$(HAVE_ARMV5TE) += arm/mpegvideo_armv5te.o \ | 489 OBJS-$(HAVE_ARMV5TE) += arm/mpegvideo_armv5te.o \ |