[Ffmpeg-devel] Network patch for MingW users
Alex Beregszaszi
alex
Wed Feb 21 15:57:14 CET 2007
Hi,
> > --- configure (revision 8047)
> > +++ configure (working copy)
> > @@ -1096,11 +1096,13 @@
> > fi
> > dv1394="no"
> > - ffserver="no"
> > - network="no"
> > if enabled wince; then
> > + network="no"
> > protocols="no"
> > fi
>
> ffserver works on WinCE?
The ffserver_deps wont be evaulated after this?
> > + if enabled network; then
> > + add_extralibs -lws2_32
> > + fi
>
> shorter: enabled network && add_extralibs -lws2_32
--
Alex Beregszaszi
More information about the ffmpeg-devel
mailing list