--- branches/dev-api-4/xvidcore/build/generic/sources.inc 2003/07/16 23:01:45 1090 +++ branches/dev-api-4/xvidcore/build/generic/sources.inc 2003/09/10 19:27:23 1140 @@ -15,9 +15,9 @@ $(SRCDIR)/image/interpolate8x8.c \ $(SRCDIR)/image/reduced.c \ $(SRCDIR)/image/font.c \ + $(SRCDIR)/image/qpel.c \ $(SRCDIR)/motion/motion_comp.c \ $(SRCDIR)/motion/motion_est.c \ - $(SRCDIR)/motion/smp_motion_est.c \ $(SRCDIR)/motion/sad.c \ $(SRCDIR)/motion/gmc.c \ $(SRCDIR)/prediction/mbprediction.c \ @@ -52,6 +52,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 \