Build FFmpeg with xCode 5

后端 未结 2 1358
旧时难觅i
旧时难觅i 2020-12-06 23:58

Does anyone know how to compile FFmpeg with xCode 5?

My configure part:

./configure --disable-doc --disable-ffmpeg --disable-ffplay --disabl

2条回答
  •  庸人自扰
    2020-12-07 00:28

    https://github.com/ciphor/ffmpeg4ios

    this probably is what you looking for. Get their build script and study. Change the SDK to your 7.0. It'll compile, at least for me on my Xcode5.

    UPDATE: search for ffmpeg4ios.

提交回复
热议问题