Re: [FFmpeg-devel] [MSVC toolchain] Patch to allow building FFmpeg with Linux bash on Windows (WSL)

2019-04-24 Thread Thomas Volkert
On 24.04.2019 12:20, Timo Rothenpieler wrote: > On 24/04/2019 01:38, Carl Eugen Hoyos wrote: >> 2017-12-29 13:16 GMT+01:00, Cyber Sinh : >>> 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... > > I'm

Re: [FFmpeg-devel] [MSVC toolchain] Patch to allow building FFmpeg with Linux bash on Windows (WSL)

2019-04-24 Thread Timo Rothenpieler
On 24/04/2019 01:38, Carl Eugen Hoyos wrote: 2017-12-29 13:16 GMT+01:00, Cyber Sinh : 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... I'm using WSL since a while, but never bothered trying to setup

Re: [FFmpeg-devel] [MSVC toolchain] Patch to allow building FFmpeg with Linux bash on Windows (WSL)

2019-04-23 Thread Carl Eugen Hoyos
; 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 wrote: > >> On Fri, Dec 29, 2017 at 3:4

Re: [FFmpeg-devel] [MSVC toolchain] Patch to allow building FFmpeg with Linux bash on Windows (WSL)

2017-12-29 Thread Josh de Kock
On Fri, 29 Dec 2017 12:41:07 +0100 "Cyber Sinh" wrote: > Hi Aaron, > > - I were not aware of the Gilles Khouzam patch when I make the patch (I read > its useful blog post). But feel free to give credits to anyone you want. > Adding ".exe" to the end of Windows executables

Re: [FFmpeg-devel] [MSVC toolchain] Patch to allow building FFmpeg with Linux bash on Windows (WSL)

2017-12-29 Thread Cyber Sinh
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

Re: [FFmpeg-devel] [MSVC toolchain] Patch to allow building FFmpeg with Linux bash on Windows (WSL)

2017-12-29 Thread wm4
On Fri, 29 Dec 2017 10:44:21 +0100 Hendrik Leppkes wrote: > On Fri, Dec 29, 2017 at 3:43 AM, Cyber Sinh wrote: > > The attached patch changes the configure script for FFmpeg (and associated > > shell scripts) to call MSVC tools including their extensions

Re: [FFmpeg-devel] [MSVC toolchain] Patch to allow building FFmpeg with Linux bash on Windows (WSL)

2017-12-29 Thread Cyber Sinh
] Patch to allow building FFmpeg with Linux bash on Windows (WSL) On 12/28/2017 6:43 PM, Cyber Sinh 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

Re: [FFmpeg-devel] [MSVC toolchain] Patch to allow building FFmpeg with Linux bash on Windows (WSL)

2017-12-29 Thread Hendrik Leppkes
On Fri, Dec 29, 2017 at 3:43 AM, Cyber Sinh 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

Re: [FFmpeg-devel] [MSVC toolchain] Patch to allow building FFmpeg with Linux bash on Windows (WSL)

2017-12-28 Thread Aaron Levinson
On 12/28/2017 6:43 PM, Cyber Sinh 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

[FFmpeg-devel] [MSVC toolchain] Patch to allow building FFmpeg with Linux bash on Windows (WSL)

2017-12-28 Thread Cyber Sinh
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