FFMPEG progress CANNOT LINK EXECUTABLE … ffmpeg: has text relocations

前端 未结 1 373
广开言路
广开言路 2020-12-11 22:31

I want to cut and merge the videos.I used FFMPEG. I have implemented this library https://github.com/WritingMinds/ffmpeg-android-java.

When i tested in android 8.0(O

1条回答
  •  伪装坚强ぢ
    2020-12-11 22:45

    This is a "known problem" and concerns x86 (not Arm). This problem is present in other libraries too which are based on FFMpeg. Here are some links where you can read about it: https://trac.ffmpeg.org/ticket/4928 https://code.google.com/p/android/issues/detail?id=191235

    0 讨论(0)
提交回复
热议问题