--- branches/dev-api-4/xvidcore/build/generic/sources.inc 2003/06/09 18:07:01 1056 +++ branches/dev-api-4/xvidcore/build/generic/sources.inc 2003/09/10 22:19:00 1142 @@ -13,11 +13,17 @@ $(SRCDIR)/image/colorspace.c \ $(SRCDIR)/image/image.c \ $(SRCDIR)/image/interpolate8x8.c \ - $(SRCDIR)/image/reduced.c \ $(SRCDIR)/image/font.c \ + $(SRCDIR)/image/qpel.c \ + $(SRCDIR)/image/reduced.c \ + $(SRCDIR)/motion/estimation_bvop.c \ + $(SRCDIR)/motion/estimation_common.c \ + $(SRCDIR)/motion/estimation_gmc.c \ + $(SRCDIR)/motion/estimation_pvop.c \ + $(SRCDIR)/motion/estimation_rd_based.c \ + $(SRCDIR)/motion/gmc.c \ $(SRCDIR)/motion/motion_comp.c \ - $(SRCDIR)/motion/motion_est.c \ - $(SRCDIR)/motion/smp_motion_est.c \ + $(SRCDIR)/motion/vop_type_decision.c \ $(SRCDIR)/motion/sad.c \ $(SRCDIR)/prediction/mbprediction.c \ $(SRCDIR)/plugins/plugin_single.c \ @@ -51,6 +57,7 @@ $(SRCDIR)/image/x86_asm/colorspace_rgb_mmx.asm \ $(SRCDIR)/image/x86_asm/colorspace_yuyv_mmx.asm \ $(SRCDIR)/image/x86_asm/colorspace_yuv_mmx.asm \ + $(SRCDIR)/image/x86_asm/qpel_mmx.asm \ $(SRCDIR)/motion/x86_asm/sad_mmx.asm \ $(SRCDIR)/quant/x86_asm/quantize4_mmx.asm \ $(SRCDIR)/quant/x86_asm/quantize_mmx.asm \ @@ -82,6 +89,12 @@ $(SRCDIR)/quant/ia64_asm/quant_h263_ia64.s \ $(SRCDIR)/utils/ia64_asm/mem_transfer_ia64.s +SRC_IA64_IDCT_GCC = \ + $(SRCDIR)/dct/ia64_asm/idct_ia64_gcc.s + +SRC_IA64_IDCT_ECC = \ + $(SRCDIR)/dct/ia64_asm/idct_ia64_ecc.s + SRC_PPC = \ $(SRCDIR)/bitstream/ppc_asm/cbp_ppc.s