ffmpeg
ffmpeg copied to clipboard
Unused flag "MAKEFLAGS"
in the dockerfile the variable "MAKEFLAGS" is defined (default with "-j2") changed it out to "-j24") but the variable is defined and never used?
anything Im missing here?