[Ffmpeg-devel] [PATCH] Cygwin vhook, always static avformat
Diego Biurrun
diego
Sat Sep 9 17:10:29 CEST 2006
On Sat, Sep 09, 2006 at 03:52:09PM +0100, M?ns Rullg?rd wrote:
> V?ctor Paesa <wzrlpy at arsystel.com> writes:
> >
> > As usual, patch attached.
> >
> > --- ffmpeg-old/configure 2006-09-01 17:44:56.000000000 +0200
> > +++ ffmpeg/configure 2006-09-09 15:59:44.890625000 +0200
> > @@ -602,7 +602,13 @@
> > v4l2="no"
> > audio_oss="yes"
> > dv1394="no"
> > -vhook="no"
> > +VHOOKSHFLAGS="-shared \
> > + -L../libavformat \
> > + -L../libavcodec \
> > + -L../libavutil"
> > +VHOOKLIBS='-lavformat$(BUILDSUF) \
> > + -lavcodec$(BUILDSUF) \
> > + -lavutil$(BUILDSUF) $(EXTRALIBS)'
>
> This includes literal \ characters in the value of VHOOKLIBS. This is
> not what you want.
Just put both these values on one long line, like the other platforms.
Diego
More information about the ffmpeg-devel
mailing list