--- trunk/xvidcore/build/generic/Makefile.inc 2002/07/18 13:41:16 307 +++ trunk/xvidcore/build/generic/Makefile.inc 2002/09/07 09:19:07 438 @@ -1,4 +1,4 @@ -LIB=libcore.a +LIB=libxvidcore.a LIBSO=libxvidcore.so @@ -20,7 +20,6 @@ $(SRCDIR)/image/font.c \ $(SRCDIR)/motion/motion_comp.c \ $(SRCDIR)/motion/motion_est.c \ - $(SRCDIR)/motion/smp_motion_est.c \ $(SRCDIR)/motion/sad.c \ $(SRCDIR)/prediction/mbprediction.c \ $(SRCDIR)/quant/adapt_quant.c \ @@ -68,7 +67,8 @@ $(SRCDIR)/motion/x86_asm/sad_xmm.asm \ $(SRCDIR)/motion/x86_asm/sad_sse2.asm \ \ - $(SRCDIR)/image/x86_asm/interpolate8x8_3dn.asm + $(SRCDIR)/image/x86_asm/interpolate8x8_3dn.asm \ + $(SRCDIR)/motion/x86_asm/sad_3dn.asm DIRS_INTEL = \ $(SRCDIR)/bitstream/x86_asm/*.o \