exch-bms2 / beatoraja

Cross-platform rhythm game based on Java and libGDX.
GNU General Public License v3.0
623 stars 146 forks source link

Mocha repository jar contains different bytedeco libraries compared to source #793

Open seraxis opened 3 months ago

seraxis commented 3 months ago

Cloning and building this repository does not yield the same result as the version of the game distributed on the mocha repository.

The ffmpeg, javacv, and javacpp libraries have all been updated to their most recent versions in the mocha repository version of the game, however the libraries and build script provided on github are woefully out of date.

This repository should either include these updated library jars or update its build scripts to reflect this change.