Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2005 01:45:31 -0400
From:      Michael Johnson <ahze@freebsd.org>
To:        Mario Sergio Fujikawa Ferreira <lioux-list@uol.com.br>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: [help] New FFMPEG-devel not working (Re: New ffmpeg CVS versions)
Message-ID:  <42804A7B.7010008@freebsd.org>
In-Reply-To: <20050507233049.23708.qmail@exxodus.fedaykin.here>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <netdb.h>
+#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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42804A7B.7010008>