tanersener / mobile-ffmpeg

FFmpeg for Android, iOS and tvOS. Not maintained anymore. Superseded by FFmpegKit.
https://tanersener.github.io/mobile-ffmpeg
GNU General Public License v3.0
3.85k stars 787 forks source link

Fix version check bug #715

Closed fotiDim closed 3 years ago

fotiDim commented 3 years ago

I found this little bug. The version condition should be && instead of ||.

If the SDK version is not 13 and is not 14 then: -> disable x86-64-mac-catalyst architecture

tanersener commented 3 years ago

This project will be retired. Please consider switching to FFmpegKit.