--- trunk/xvidcore/build/generic/Makefile.inc 2002/07/07 10:20:16 263 +++ trunk/xvidcore/build/generic/Makefile.inc 2002/07/07 10:57:28 264 @@ -45,8 +45,9 @@ $(SRCDIR)/quant/*.o \ $(SRCDIR)/utils/*.o - SRC_INTEL = \ + $(SRCDIR)/utils/x86_asm/cpuid.asm \ + \ $(SRCDIR)/bitstream/x86_asm/cbp_mmx.asm \ $(SRCDIR)/dct/x86_asm/fdct_mmx.asm \ $(SRCDIR)/dct/x86_asm/idct_mmx.asm \ @@ -60,10 +61,13 @@ $(SRCDIR)/motion/x86_asm/sad_mmx.asm \ $(SRCDIR)/quant/x86_asm/quantize4_mmx.asm \ $(SRCDIR)/quant/x86_asm/quantize_mmx.asm \ - $(SRCDIR)/utils/x86_asm/cpuid.asm \ - $(SRCDIR)/utils/x86_asm/mem_transfer_mmx.asm - - + $(SRCDIR)/utils/x86_asm/mem_transfer_mmx.asm \ + \ + $(SRCDIR)/image/x86_asm/interpolate8x8_xmm.asm \ + $(SRCDIR)/motion/x86_asm/sad_xmm.asm \ + \ + $(SRCDIR)/image/x86_asm/interpolate8x8_3dn.asm + DIRS_INTEL = \ $(SRCDIR)/bitstream/x86_asm/*.o \ $(SRCDIR)/dct/x86_asm/*.o \