--- Makefile.inc 2002/03/27 12:58:29 1.4 +++ Makefile.inc 2002/03/28 16:14:23 1.5 @@ -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