mirror of https://github.com/FFmpeg/FFmpeg.git
When building FFMPEG in the MSYS environment under Windows, one must not use forward slashes ('/') for command-line options. It appears that the MSYS shell interprets these as absolute paths and then automatically rewrites them into equivalent Windows paths. For example, the '/nologo' switch below gets rewritten to something like 'C:/Program Files/Git/nologo', and this obviously breaks the build. Thankfully, most M$ tools accept dashes ('-') as well. Signed-off-by: Ziemowit Łąski <15880281+zlaski@users.noreply.github.com> Signed-off-by: Martin Storsjö <martin@martin.st>release/6.0
parent
2296078397
commit
f8d6d0fbf1
1 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue