[FFmpeg-devel] [PATCH 0/1] Enable building in Windows Subsystem for Linux and MSVC compilers
Julio C. Rocha
dev at rocha.red
Mon Oct 3 02:47:54 EEST 2022
When building on Windows (CYGWIN or WSL), generated .d files contain the
MSYS2/CYGWIN path format (i.e. C:/MyRepos/ffmpeg).
This causes make commands such as clean an install to fail when running on WSL.
This patch detects whether WSL is being used and converts the paths to standard
UNIX paths (i.e /mnt/c/MyRepos/ffmpeg).
Julio C. Rocha (1):
Enable building with WSL and MSVC
configure | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
--
2.37.0 (Apple Git-136)
More information about the ffmpeg-devel
mailing list