--- trunk/xvidcore/build/generic/sources.inc 2004/07/18 11:51:44 1506 +++ trunk/xvidcore/build/generic/sources.inc 2005/04/04 23:49:37 1609 @@ -79,6 +79,20 @@ utils/x86_asm/interlacing_mmx.asm \ utils/x86_asm/cpuid.asm +SRC_X86_64 = \ + dct/x86_64_asm/fdct_mmx_skal.asm \ + dct/x86_64_asm/idct_mmx.asm \ + image/x86_64_asm/interpolate8x8_mmx.asm \ + image/x86_64_asm/interpolate8x8_xmm.asm \ + image/x86_64_asm/qpel_mmx.asm \ + motion/x86_64_asm/sad_mmx.asm \ + motion/x86_64_asm/sad_xmm.asm \ + quant/x86_64_asm/quantize_h263_mmx.asm \ + quant/x86_64_asm/quantize_mpeg_xmm.asm \ + utils/x86_64_asm/cpuid.asm \ + utils/x86_64_asm/interlacing_mmx.asm \ + utils/x86_64_asm/mem_transfer_mmx.asm + SRC_IA64 = \ dct/ia64_asm/fdct_ia64.s \ image/ia64_asm/interpolate8x8_ia64.s \ @@ -100,4 +114,6 @@ dct/ppc_asm/idct_altivec.c \ image/ppc_asm/interpolate8x8_altivec.c \ image/ppc_asm/colorspace_altivec.c \ - quant/ppc_asm/quant_h263_altivec.c + image/ppc_asm/qpel_altivec.c \ + quant/ppc_asm/quant_h263_altivec.c \ + quant/ppc_asm/quant_mpeg_altivec.c