Re: [flac-dev] flac-dev Digest, Vol 191, Issue 7

2022-09-19 Thread Scott Brown
That took under 5 seconds. So there must be some compile-magic i'm missing? Thanks, Scott On Mon, Sep 19, 2022 at 4:39 PM Martijn van Beurden wrote: > Op ma 19 sep. 2022 22:15 schreef Scott Brown : > >> >> Any idea what's causing this? >> > > Can't think of anything in particular. Could you

Re: [flac-dev] flac-dev Digest, Vol 191, Issue 7

2022-09-19 Thread Martijn van Beurden
Op ma 19 sep. 2022 22:15 schreef Scott Brown : > > Any idea what's causing this? > Can't think of anything in particular. Could you perhaps try installing FLAC via homebrew and compare speed with your own compile? > ___ flac-dev mailing list

Re: [flac-dev] flac-dev Digest, Vol 191, Issue 7

2022-09-19 Thread Scott Brown
Hi everyone, I'm back with the same issue as before: flac encoding on an M1 Max Macbook pro is much slower on an arm build of 1.4.0 than it is running through emulation on an x86_64 build. ./configure -enable-static -disable-shared CFLAGS=" -arch arm64 -isysroot

Re: [flac-dev] Enabling universal building of libFLAC

2022-09-19 Thread Martijn van Beurden
Op zo 18 sep. 2022 om 19:08 schreef Robert Kausch : > As an integrator targeting four different architectures on Mac (ppc, > x86, x86-64 and aarch64), I build all the libraries separately for each > architecture and then combine the resulting binaries into a universal > binary using the lipo