add brady's first round of altivec implementations

This commit is contained in:
Josh Coalson
2004-07-25 20:34:40 +00:00
parent 41294c928f
commit 31bdd7048a
3 changed files with 470 additions and 0 deletions

View File

@@ -42,6 +42,10 @@ ARCH_SUBDIRS = ia32
libFLAC_la_LIBADD = ia32/libFLAC-asm.la
endif
endif
if FLaC__CPU_PPC
ARCH_SUBDIRS = ppc
libFLAC_la_LIBADD = ppc/libFLAC-asm.la
endif
endif
SUBDIRS = $(ARCH_SUBDIRS) include .