--- branches/dev-api-3/xvidcore/build/generic/Makefile.inc 2002/12/08 05:38:56 695 +++ branches/dev-api-3/xvidcore/build/generic/Makefile.inc 2002/12/08 05:40:21 696 @@ -17,6 +17,7 @@ $(SRCDIR)/image/colorspace.c \ $(SRCDIR)/image/image.c \ $(SRCDIR)/image/interpolate8x8.c \ + $(SRCDIR)/image/reduced.c \ $(SRCDIR)/image/font.c \ $(SRCDIR)/motion/motion_comp.c \ $(SRCDIR)/motion/motion_est.c \ @@ -53,6 +54,7 @@ $(SRCDIR)/dct/x86_asm/fdct_mmx.asm \ $(SRCDIR)/dct/x86_asm/idct_mmx.asm \ $(SRCDIR)/image/x86_asm/interpolate8x8_mmx.asm \ + $(SRCDIR)/image/x86_asm/reduced_mmx.asm \ $(SRCDIR)/image/x86_asm/colorspace_rgb_mmx.asm \ $(SRCDIR)/image/x86_asm/colorspace_yuyv_mmx.asm \ $(SRCDIR)/image/x86_asm/colorspace_yuv_mmx.asm \