Build with patch 0002-Fix-mjpegtools-build-on-ppc-g5-and-gcc-15.2.0.patch fails and I have not yet found the actual problem in the log.  I will send it to just Andrew.

On Wed, Jun 3, 2026 at 6:35 AM Andrew Randrianasulu <randrianasulu@gmail.com> wrote:
So I was having a blast (esp. in open firmware ;) ) with my new G5.

Compiled Cinelerra-gg on Slackware ~current ppc32 (gcc 15.2.0). But sadly sound was broken? I suspected ffmpeg but even native way sounded wrong, but rendered correctly?!

Turned out both ALSA and Pulseaudio hardcoded LE variant, and at least on Slackware alsa offered BE variant - picked by speaker-test utility.

I added code to use this or old variant depending on
BC_Resources::little_endian and it seems to sound fine now on both outputs?

Can you please test on le ? (usual intel/arm)