ffmpeg/compat/windows
Ziemowit Laski f8d6d0fbf1 compat: Use '-' instead of '/' for rc.exe options
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>
2023-02-13 13:49:40 +02:00
..
makedef compat/windows/makedef: Allow building shared libs with MSVC under WSL 2019-04-24 01:41:13 +02:00
mslink configure: Add .exe suffix to toolchain calls. 2019-04-20 00:12:34 +02:00
mswindres compat: Use '-' instead of '/' for rc.exe options 2023-02-13 13:49:40 +02:00