-
Notifications
You must be signed in to change notification settings - Fork 847
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
Crash in libavutil.so when using latest NDK version 23.1.7779620 to build ffmpeg #242
Comments
This could be it: android/ndk#1551. |
@juha-h Mate, I've seen your posts. But I don't know what the problem is. When someone reports an issue, as maintainer, the first thing I do is reproduce the issue and see if there is a general error. I did that as much as I can for your issue but didn't see any problems (I tested r23b and added it to github actions in this commit, test android build scripts on ndk r23b). Why I'm saying |
No problems. You have done as much you could. I'm not using the kit, but only the libs as shown in the CMakeLists.txt below. Most like this is an issue in ndk, not in ffmpeg-kit.
|
Some of the libraries you're enabling depends on |
I have this in
|
So, you have How do you define ndk version for your build, is it defined inside |
I build all libs separately using a Makefile and then include the libs to the Android Studio project using the above
|
Just wondering if static ffmeg libraries would help. Now
but the rest are static:
|
Well, I don't know what you're doing with some of those Anyway, your |
Thanks for your help. The crash with 23.1.7779620 was gone after I added NDK version to app's
I'll try next if Edit: Was not able to remove other NDK versions. For some reason they were automatically added again after I removed them. |
Regarding
|
Okay. |
Description
Crash in libavutil.so when using latest NDK version 23.1.7779620 to build ffmpeg
Expected behavior
Should not crash
Current behavior
When I build ffmpeg libraries for my baresip app using ffmpeg-kit master and NDK 23.0.7599858, the app starts and works fine. Without changing anything else except using latest NDK 23.1.7779620 to build ffmpeg libs, the app crashes at start with this log message:
To Reproduce
See above.
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
Post logs here or paste them to Ghostbin and insert the link here.
Environment
Other
I searched the web and found same kind of errors reported earlier, but not very recently, Could be a bug in NDK 23.1.7779620.
The text was updated successfully, but these errors were encountered: