[Ffmpeg-devel] Network patch for MingW users

Diego Biurrun diego
Wed Feb 21 13:58:14 CET 2007


On Wed, Feb 21, 2007 at 12:53:31PM +0100, Alex Beregszaszi wrote:
> 
> Here is my MinGW networking patch.
> 
> --- configure	(revision 8047)
> +++ configure	(working copy)
> @@ -1097,9 +1097,12 @@
>      fi
>      dv1394="no"
>      ffserver="no"
> -    network="no"
>      if enabled wince; then
> +        network="no"
>          protocols="no"
> +    else
> +        network="yes"

IIRC network is enabled by default so this is redundant.

> +        add_extralibs -lws2_32

This is also added in another place anyway.  It's now added in the
proper place.

Diego





More information about the ffmpeg-devel mailing list