[FFmpeg-devel] [PATCH] build: fix msvc build
James Darnley
james.darnley at gmail.com
Sat Jan 23 22:25:30 CET 2016
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.
Most people probably don't use both.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 603 bytes
Desc: OpenPGP digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160123/85128616/attachment.sig>
More information about the ffmpeg-devel
mailing list