rock
rock
- Crash error message: > A/libc(26795): Fatal signal 6 (SIGABRT) at 0x000002f5 (code=-6), thread 26795 - how to reproduce > just click the first item "play localfile.mp4" > then loading...
- Yes, the device is exactly what you mentioned. - I tried your libs, here are the logs: 07-29 11:04:19.006 11215-11215/com.ffmpegtest D/dalvikvm﹕ Trying to load lib /data/app-lib/com.ffmpegtest-1/libffmpeg.so 0x42450f50 07-29 11:04:19.026...
The following sites may be helpful: > http://community.arm.com/message/14905 > http://community.arm.com/groups/tools/blog/2013/04/15/arm-cortex-a-processors-and-gcc-command-lines
This solution seems to be the same as libffmpeg-neon.so in build_android.sh. I tried to load libffmpeg-neon.lib as below, it didn't work. > System.loadLibrary("ffmpeg-neon");
It's a bug of gcc. In order to skip this bug, we use ndk-r8e to build this lib. It's fixed now, so I suggest this information can be mentioned in...
It can work in ndk-r8e version, not a newer ndk. Please go to this page for more information: https://android.googlesource.com/toolchain/gcc/+/5ea1e88a7f14a78a01d95f66e388eb15908a5225/gcc-4.8/libgcc/config/arm/linux-atomic-64bit.c :L51