jitsi / libjitsi

Advanced Java media library for secure real-time audio/video communication.
Apache License 2.0
627 stars 280 forks source link

Add initial support for ppc64le #551

Closed madscientist159 closed 2 years ago

madscientist159 commented 2 years ago

This fixes https://github.com/jitsi/jigasi/issues/380

ibauersachs commented 2 years ago

This should go into #539.

madscientist159 commented 2 years ago

@ibauersachs Is this something you could pull in to #539 or do I need to figure out how to integrate it with the WIP patches there?

ibauersachs commented 2 years ago

I cannot easily pull this into #539 as the entire build has changed (CMake + Maven). There are also no binaries in committed anymore, they're built as part of the GitHub Actions. I didn't bother about additional architectures at the time, so it might be a bit more complicated than necessary to add another one (or two or three).