--- trunk/xvidcore/build/generic/Makefile.inc 2002/03/21 23:59:48 52 +++ trunk/xvidcore/build/generic/Makefile.inc 2002/03/28 16:14:23 77 @@ -73,5 +73,12 @@ SRC_PPC = \ $(SRCDIR)/bitstream/ppc_asm/cbp_ppc.s +SRC_ALTIVEC = \ + $(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