-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
no jniavdevice in java.library.path #1579
Comments
That's just a warning, you can ignore it.
|
It's not just a warning, it's failing my unit test and won't let keep going: Full error:
|
Why do you need avdevice if you don't have any devices installed??
|
I don't? I'm not sure how to exclude that. I tried with just this in my pom:
but then I get:
So, I saw another issue thread where you suggested adding the other two dependencies and with that, it worked locally on my mac. |
Ok, so don't load avdevice explicitly and it will work fine.
|
which package has
|
It's part of FFmpeg, but you don't need to exclude anything. Just don't use its functions and you will be fine! |
I'm not using any function other than this:
I am not actively calling any other function for |
Ah, I see, the |
Duplicate of bytedeco/javacpp-presets#593 |
yum install alsa-lib-devel -y can reslove my problem |
I am getting this error when running on ec2 runner but it works locally just fine.
my pom has:
The error:
The text was updated successfully, but these errors were encountered: