Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial support for ppc64le #551

Closed
wants to merge 2 commits into from

Conversation

madscientist159
Copy link

This fixes jitsi/jigasi#380

Before building, export the JAVA_HOME variable:
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-ppc64el

Change directory to each project under src/native,
and run 'make installppc64' in each.

NOTE: This method will link certain native interfaces
against system libraries, for example Opus and Speex.

This linking may require that the system libraries be
linked / copied into the Java deployment lib/ directory
of the end application.  This is not POWER specific,
just an artifact of the build process used here to
obtain the native libraries vs. the upstream / internal
Jitsi build process.

libjnvpx should be buildable on POWER, but it has a
complex build process overall and is not needed for
typical Jigasi SIP bridge functionality.
@ibauersachs
Copy link
Member

This should go into #539.

@madscientist159
Copy link
Author

@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
Copy link
Member

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fails to establish audio channel on ppc64le
2 participants