Not sure if "brew install ffmpeg@5" also installs for arm? The github
action file is:
https://raw.githubusercontent.com/CDrummond/bliss-analyser/master/.github/workflows/build.yml

That's very similar to what I'm doing with Spotty in https://github.com/michaelherger/librespot/blob/spotty/.github/workflows/build-spotty.yml.

But AFAIK brew would NOT install fat binaries, or for both platforms.

% file $(which flac)
/opt/homebrew/bin/flac: Mach-O 64-bit executable arm64

This could be difficult to cross compile. I was struggling with this when I built Perl 5.34 binaries for new macOS. I ended up building natively on two hosts, then using lipo to combine them in a separate task. No github success there.
_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to