arthenica / ffmpeg-kit

FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg.
https://arthenica.github.io/ffmpeg-kit
GNU Lesser General Public License v3.0
4.53k stars 604 forks source link

Limit make jobs #1054

Open v0l opened 1 month ago

v0l commented 1 month ago

Is your feature request related to a problem? Please describe. Sometimes the build fails if you have too many job (20 or more)

Describe the solution you'd like I would like to override the function get_cpu_count in some cases

Describe alternatives you've considered I have manually replaced the return value with echo 8 and it builds ok for now

Platform *

Additional context https://stackoverflow.com/questions/78453888/clang-frontend-command-failed-with-exit-code-139