befovy / ijkplayer

Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support. Backend for https://github.com/befovy/fijkplayer, fijkplayer 的播放内核
GNU General Public License v2.0
154 stars 92 forks source link

Android make ./compile-ffmpeg.sh all error #77

Open ProFive opened 2 years ago

ProFive commented 2 years ago
  1. tools/do-compile-ffmpeg.sh: line 372: 5910 Segmentation fault: 11 make clean
  2. tools/do-compile-ffmpeg.sh: line 380: 6063 Segmentation fault: 11 make $FF_MAKE_FLAGS > /dev/null
Edion-Liu commented 2 years ago

我也是报这个错,解决了吗

lifenglsf commented 1 year ago

我删除了make clean,虽然第一次编译报错了,但是不执行clean,再编译一次通过了。编译后的aar是可以使用的,目前被openssl搞疯了,一直编译不成功