LabyMod / opus-jni

Simple Java Opus library
GNU General Public License v3.0
37 stars 10 forks source link

Rework build system #1

Closed Janrupf closed 4 years ago

Janrupf commented 4 years ago

This PR reworks the entire build process and makes it possible to build the jar on each individual platform without special effort or manual compilation. Further, the prebuilt binaries are removed and opus is now included as a submodule.

The included Github workflow automatically builds a jar for Linux, Windows and OSX since the build process became more complicated.