Closed lannybroo closed 1 year ago
Seems reasonable. Do you want to make PRs against main
and 2.x
branches for this?
Seems reasonable. Do you want to make PRs against
main
and2.x
branches for this?
Sure. Will do.
Except I found that the 2.x
branch as of b7c127c4c20ec2c35e86d0748315d8ed1711580b builds cleanly, so I will only do a PR for main
. It looks like 2.x
already points to ffmpeg-platform version 5.1.2-1.5.8
.
Describe the bug Running
mvn install
on a fresh clone of jMISB fails on macOS ARM machine.To Reproduce Steps to reproduce the behavior:
git clone https://github.com/WestRidgeSystems/jmisb.git
on an ARM macOS machinemvn install
(I was on the main branch which was on release 1.12)java.lang.UnsatisfiedLinkError: no jnijavacpp in java.library.path
and eventually inorg.jmisb.core.video.FrameConverterTest.convertCheck
which reportsjava.lang.RuntimeException: No native JavaCPP library in memory
Expected behavior The build should succeed.
Configuration (please complete the following information):
Additional context I was able to successfully build by bumping the version of
ffmpeg-platform
in the mainpom.xml
from4.3.1-1.5.4
to5.1.2-1.5.8
, like so: