--- trunk/xvidcore/build/generic/Makefile.inc 2002/03/28 15:52:46 76 +++ trunk/xvidcore/build/generic/Makefile.inc 2002/03/28 16:14:23 77 @@ -74,8 +74,11 @@ $(SRCDIR)/bitstream/ppc_asm/cbp_ppc.s SRC_ALTIVEC = \ - $(SRCDIR)/bitstream/ppc_asm/cbp_altivec.s + $(SRCDIR)/bitstream/ppc_asm/cbp_altivec.s \ + $(SRCDIR)/dct/ppc_asm/fdct_altivec.s \ + $(SRCDIR)/dct/ppc_asm/idct_altivec.s DIRS_PPC = \ - $(SRCDIR)/bitstream/ppc_asm/*.o + $(SRCDIR)/bitstream/ppc_asm/*.o \ + $(SRCDIR)/dct/ppc_asm/*.o