pinxue <[email protected]> added the comment: As this project is building a native library for Android platform, I believe it is safe to assume the user understands how to use Android NDK, Google provides full document online as well.
Android.mk contains following lines: #LOCAL_SRC_FILES +=$(VFP_SRC_FILES) LOCAL_SRC_FILES +=$(ARM6_SRC_FILES) #LOCAL_SRC_FILES +=$(NEON_SRC_FILES) I believe the name tells the details. ________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/issue2101> ________________________________________________
