[FFmpeg-devel] [PATCH] build: fix msvc build

Charlie Arnold charlie.arnold at gmail.com
Sat Jan 23 22:33:23 CET 2016


I can fix it to check $host_os = cygwin, and use cygpath in that case.  I
don't have cygwin installed to test tho.

On Sat, Jan 23, 2016 at 1:28 PM, Andreas Cadhalpun <
andreas.cadhalpun at googlemail.com> wrote:

> On 23.01.2016 22:25, James Darnley wrote:
> > On 2016-01-23 22:11, charlie.arnold at gmail.com wrote:
> >> +if enabled msvc; then
> >> +    dst_path=$(pwd -W)
> >> +else
> >> +    dst_path=$(pwd)
> >> +fi
> >> +
> >
> > If using MSVC through Cygwin is supported this would fail.  Its pwd
> > command does not have the -W option.
>
> I'm not sure if that's supported, but cygwin has cygpath, so
> that could be used there.
>
> > Most people probably don't use both.
>
> So you think it's sufficient as it is?
>
> Best regards,
> Andreas
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>


More information about the ffmpeg-devel mailing list