--- trunk/xvidcore/build/generic/Makefile.inc 2002/03/26 23:21:02 70 +++ trunk/xvidcore/build/generic/Makefile.inc 2002/03/27 12:58:29 71 @@ -73,5 +73,9 @@ SRC_PPC = \ $(SRCDIR)/bitstream/ppc_asm/cbp_ppc.s +SRC_ALTIVEC = \ + $(SRCDIR)/bitstream/ppc_asm/cbp_altivec.s + + DIRS_PPC = \ $(SRCDIR)/bitstream/ppc_asm/*.o