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

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


I did, works for both in and out of tree builds

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

> On 23.01.2016 22:11, charlie.arnold at gmail.com wrote:
> > From: Charlie Arnold <charlie.arnold at gmail.com>
> >
> > Fix configure to set DST_PATH to the Windows style path when building
> with MSVC
> > ---
> >  configure | 8 +++++++-
> >  1 file changed, 7 insertions(+), 1 deletion(-)
> >
> > diff --git a/configure b/configure
> > index 8f4642b..f7d1000 100755
> > --- a/configure
> > +++ b/configure
> > @@ -6233,6 +6233,12 @@ enabled stripping || strip="echo skipping strip"
> >
> >  config_files="$TMPH config.mak doc/config.texi"
> >
> > +if enabled msvc; then
> > +    dst_path=$(pwd -W)
> > +else
> > +    dst_path=$(pwd)
> > +fi
> > +
>
> That would be great, if it works. Did you test it?
>
> 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