[FFmpeg-devel] [PATCH] UDP fixes join multicast group on Darwin arch

Diego Biurrun diego
Tue Apr 21 11:28:41 CEST 2009


On Mon, Apr 20, 2009 at 12:26:01PM +0200, S?bastien Zwickert wrote:
> 
> --- configure	(revision 18631)
> +++ configure	(working copy)
> @@ -2121,6 +2121,10 @@
> +    # Needed for using struct ip_mreq with recent glibc on Darwin arch
> +    if test $target_os = darwin; then

I suppose you mean "libc" and not "glibc", Darwin does not use the GNU
libc.

Diego



More information about the ffmpeg-devel mailing list