-
Notifications
You must be signed in to change notification settings - Fork 751
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
ffmpeg 2.3 avcodec dll depends on swresample dll #13
Comments
Got it, thanks for reporting! FYI, to work around the problem without having to rebuild, we can simply call |
+1 |
BTW, I've upgraded the presets for FFmpeg 2.4: |
Fix included in version 0.10. Thanks for reporting! |
Due to a dll dependency, swresample must be loaded prior to any reference to avcodec, otherwise an UnsatisfiedLinkError is thrown.
To resolve this, the avcodec.java preset should inherit swresample as well as avutil.
This affects ffmpeg 2.3 but not 2.2.1.
The text was updated successfully, but these errors were encountered: