2017-12-29 13:16 GMT+01:00, Cyber Sinh <cyber.s...@free.fr>: > Sorry for the diff instead of regular git patch. Here is the patch.
Only saw this today after wondering why nobody tried using wsl before... How can I test this part of the patch? In which situation is it supposed to make a difference? diff --git a/compat/windows/mslink b/compat/windows/mslink index 07b2b3e378..9b6b83c4ed 100755 --- a/compat/windows/mslink +++ b/compat/windows/mslink @@ -1,9 +1,9 @@ #!/bin/sh -LINK_EXE_PATH=$(dirname "$(command -v cl)")/link +LINK_EXE_PATH=$(dirname "$(command -v cl.exe)")/link.exe if [ -x "$LINK_EXE_PATH" ]; then "$LINK_EXE_PATH" $@ else I will apply the makedef part that I just tested successfully. Carl Eugen > > > -----Message d'origine----- > De : ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] De la part de > wm4 > Envoyé : vendredi 29 décembre 2017 12:54 > À : ffmpeg-devel@ffmpeg.org > Objet : Re: [FFmpeg-devel] [MSVC toolchain] Patch to allow building FFmpeg > with Linux bash on Windows (WSL) > > On Fri, 29 Dec 2017 10:44:21 +0100 > Hendrik Leppkes <h.lepp...@gmail.com> wrote: > >> On Fri, Dec 29, 2017 at 3:43 AM, Cyber Sinh <cyber.s...@free.fr> wrote: >> > The attached patch changes the configure script for FFmpeg (and >> > associated shell scripts) to call MSVC tools including their >> > extensions (cl.exe instead of cl for example). This is necessary, >> > because WSL can automatically launch Windows processes from the >> > Linux side but only if the process is in the path and includes the >> > full name. Linux doesn't automatically append .exe and such to invoke a >> > file. >> > >> > >> >> The attached file is corrupted. Please ensure its in git format-patch >> format. As it is, I can't even read it at all. > > It's in UTF-16, and just a diff. Yeah, nobody can comfortably read it. > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel > _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".