[FFmpeg-devel] Update on lbos

Diego Biurrun diego
Mon Feb 4 15:05:01 CET 2008


On Mon, Feb 04, 2008 at 03:01:36PM +0100, Luca Abeni wrote:
>
> here is the latest version of lbos. Since I have not much time to
> work on lbos, I am posting it to the mailing list, in the hope that
> someone else has more time to work on it.
>
> --- ffserver.c	(revision 11854)
> +++ ffserver.c	(working copy)
> @@ -20,15 +20,12 @@
>   */
>  
>  #include "config.h"
> -#ifndef HAVE_CLOSESOCKET
>  #define closesocket close
> -#endif

> --- libavformat/network.h	(revision 11854)
> +++ libavformat/network.h	(working copy)
> @@ -21,49 +21,18 @@
>  
> +/* most of the time closing a socket is just closing an fd */
> +#define closesocket close

ffserver.c #includes network.h, so the #define above should be
redundant.

Diego




More information about the ffmpeg-devel mailing list