From owner-freebsd-multimedia@FreeBSD.ORG Tue May 10 05:45:34 2005 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BDAF16A4EE for ; Tue, 10 May 2005 05:45:34 +0000 (GMT) Received: from imf20aec.mail.bellsouth.net (imf20aec.mail.bellsouth.net [205.152.59.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ACD943D5D for ; Tue, 10 May 2005 05:45:33 +0000 (GMT) (envelope-from ahze@freebsd.org) Received: from [192.168.1.5] ([68.209.163.3]) by imf20aec.mail.bellsouth.netESMTP <20050510054532.OCTS13146.imf20aec.mail.bellsouth.net@[192.168.1.5]>; Tue, 10 May 2005 01:45:32 -0400 Message-ID: <42804A7B.7010008@freebsd.org> Date: Tue, 10 May 2005 01:45:31 -0400 From: Michael Johnson User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mario Sergio Fujikawa Ferreira References: <20050502043610.51034.qmail@exxodus.fedaykin.here> <20050503064417.GE11140@puff.jakemsr.gom> <20050507031447.71190.qmail@exxodus.fedaykin.here> <20050507202430.GG28885@puff.jakemsr.gom> <20050507233049.23708.qmail@exxodus.fedaykin.here> In-Reply-To: <20050507233049.23708.qmail@exxodus.fedaykin.here> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig4D5C5E16F7ECDA1B4C634934" cc: freebsd-multimedia@freebsd.org Subject: Re: [help] New FFMPEG-devel not working (Re: New ffmpeg CVS versions) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2005 05:45:34 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig4D5C5E16F7ECDA1B4C634934 Content-Type: multipart/mixed; boundary="------------080907070504040300060607" This is a multi-part message in MIME format. --------------080907070504040300060607 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Here is ipv6 patch, unbreaks build with ipv6 Michael --------------080907070504040300060607 Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0"; name="patch-libavformat::udp.c" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-libavformat::udp.c" --- libavformat/udp.c.orig Tue May 10 01:08:33 2005 +++ libavformat/udp.c Tue May 10 01:09:27 2005 @@ -27,6 +27,10 @@ # include "barpainet.h" #endif #include +#ifndef IPV6_ADD_MEMBERSHIP +#define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP +#define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP +#endif typedef struct { int udp_fd; --------------080907070504040300060607-- --------------enig4D5C5E16F7ECDA1B4C634934 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCgEp8n4uqfTwEb9YRAsKBAKCVXO4eN2yXaVJEgo8NzwO9RUPF7wCeJFN+ mTpFw+Ln+WHR/h1XtRko2Q0= =RR3R -----END PGP SIGNATURE----- --------------enig4D5C5E16F7ECDA1B4C634934--