-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Resolve issues with javacv #7171
Resolve issues with javacv #7171
Conversation
I am looking into why this is still failing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From build error output:
QrCodeProcessorTest > process_ValidQrCodeFrame_ReturnsDecodedText() FAILED
java.lang.UnsatisfiedLinkError at QrCodeProcessorTest.java:41
Caused by: java.lang.UnsatisfiedLinkError at QrCodeProcessorTest.java:41
QrCodeProcessorTest > process_NonQrCodeFrame_ReturnsEmptyOptional() FAILED
java.lang.RuntimeException at QrCodeProcessorTest.java:52
Caused by: java.lang.UnsatisfiedLinkError at QrCodeProcessorTest.java:52
QrCodeProcessorTest > process_InvalidFrame_ReturnsEmptyOptional() FAILED
java.lang.RuntimeException at QrCodeProcessorTest.java:68
Caused by: java.lang.UnsatisfiedLinkError at QrCodeProcessorTest.java:68
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
This should resolve the UnsatisfiedLinkError encountered on macOS in #7166.
It should also further reduce the bundled javacv library size. Only my linux machine, the total included libs are now down to ~323 MB.