[FFmpeg-devel] [patch] error codes for http/tcp

Diego Biurrun diego
Fri Jul 6 11:25:17 CEST 2007


On Sat, Jun 23, 2007 at 11:27:21AM -0400, Ronald S. Bultje wrote:
> 
> Oops, so I don't really know how configure works, is this how I'm supposed
> to do that (I copied localtime_r checks)?
> 
> --- ffmpeg.orig/configure	2007-06-23 11:22:15.000000000 -0400
> +++ ffmpeg/configure	2007-06-23 11:23:19.000000000 -0400
> @@ -666,6 +666,7 @@
>      fast_cmov
>      fast_unaligned
>      freetype2
> +    gethostbyname_r
>      imlib2
>      inet_aton
>      localtime_r
> @@ -1532,6 +1533,7 @@
>  
>  check_func inet_aton
>  check_func localtime_r
> +check_func gethostbyname_r
>  enabled zlib && check_lib zlib.h zlibVersion -lz || zlib="no"

This does not apply to HEAD any longer, otherwise it looks OK.  Is the
whole of the patch still pending?

Diego




More information about the ffmpeg-devel mailing list