It is possible to compile for armeabi, armeabi-v7 neon and non-neon as well. Also you can compile a version for arm64 too. However I don't think there are any Android anymore that are not v7 compatible, and non-neon is almost non existent as well.
So a armeabi-v7 neon build would be compatible with 99.9% arm androids (and you make arm64 if you needed to try for better performance on 64-bit). I haven't tried seeing if it was runnable on x86 androids, I always made a separate x86 specific build. On Nov 23, 2016 3:57 PM, <[email protected]> wrote: > Hello, I have compiled ffmpeg source files from ffmpeg 2.3.6 for android > platform using the android NDK. > > > > I have set the ARCH flag = arm in the configure options, and compiled the > sources. > > > > My question is, are the produced libraries (.so files) compatible with all > arm ABI (application binary interface) such as armeabi-v71 and armeabi ? > > > > > > Thank you. > > > > Fadi Yousif > Electrical and Computer Engineering > CSU Chico > > > > _______________________________________________ > Libav-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/libav-user > >
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
