lvqcl wrote:

> During making a patch I found that PPC asm code wasn't disabled in
> Makefile.lite. Anybody uses it on Linux/Darwin PPC platform?

It seems that it is disabled on Linux PPC even for Makefile.lite build.

 From src/libFLAC/Makefile.lite:

     ifeq ($(OS),Darwin)
     SRCS_S = \
         ppc/as/lpc_asm.s
     else
     ifeq ($(PROC),i386)
     ...

So, ppc/altivec asm is enabled in Makefile.lite only for Darwin OS.
(and for all CPUs? so Makefile.lite is broken for Darwin on Intel?)
_______________________________________________
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to