I have an Intel Mac and I'd be glad to test it for you, but I'm not sure how to use the makefile.lite build system? do I just replace the normal one with this one? I tried ./makefile.lite but nothing happened.
On Sun, Jul 20, 2014 at 3:00 PM, <[email protected]> wrote: > Send flac-dev mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.xiph.org/mailman/listinfo/flac-dev > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of flac-dev digest..." > > Today's Topics: > > 1. Re: PPC asm is disabled since Jan 2005 (lvqcl) > > > ---------- Forwarded message ---------- > From: lvqcl <[email protected]> > To: [email protected] > Cc: > Date: Sun, 20 Jul 2014 13:55:57 +0400 > Subject: Re: [flac-dev] PPC asm is disabled since Jan 2005 > 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 > [email protected] > http://lists.xiph.org/mailman/listinfo/flac-dev > >
_______________________________________________ flac-dev mailing list [email protected] http://lists.xiph.org/mailman/listinfo/flac-dev
