--- trunk/xvidcore/build/generic/sources.inc 2004/04/01 11:11:28 1397 +++ trunk/xvidcore/build/generic/sources.inc 2006/06/14 21:44:07 1709 @@ -22,6 +22,7 @@ motion/estimation_gmc.c \ motion/estimation_pvop.c \ motion/estimation_rd_based.c \ + motion/estimation_rd_based_bvop.c \ motion/gmc.c \ motion/motion_comp.c \ motion/vop_type_decision.c \ @@ -61,8 +62,10 @@ image/x86_asm/interpolate8x8_mmx.asm \ image/x86_asm/interpolate8x8_xmm.asm \ image/x86_asm/postprocessing_mmx.asm \ + image/x86_asm/postprocessing_sse2.asm \ image/x86_asm/reduced_mmx.asm \ image/x86_asm/qpel_mmx.asm \ + image/x86_asm/gmc_mmx.asm \ motion/x86_asm/sad_xmm.asm \ motion/x86_asm/sad_sse2.asm \ motion/x86_asm/sad_mmx.asm \ @@ -77,6 +80,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 \ @@ -91,11 +108,13 @@ SRC_IA64_IDCT_ECC = \ dct/ia64_asm/idct_ia64_ecc.s -SRC_PPC = \ - bitstream/ppc_asm/cbp_ppc.s - -SRC_ALTIVEC = \ - bitstream/ppc_asm/cbp_altivec.s \ - dct/ppc_asm/fdct_altivec.s \ - dct/ppc_asm/idct_altivec.s \ - motion/ppc_asm/sad_altivec.s +SRC_PPC_ALTIVEC = \ + utils/ppc_asm/altivec_trigger.c \ + utils/ppc_asm/mem_transfer_altivec.c \ + motion/ppc_asm/sad_altivec.c \ + dct/ppc_asm/idct_altivec.c \ + image/ppc_asm/interpolate8x8_altivec.c \ + image/ppc_asm/colorspace_altivec.c \ + image/ppc_asm/qpel_altivec.c \ + quant/ppc_asm/quant_h263_altivec.c \ + quant/ppc_asm/quant_mpeg_altivec.c