[help] New FFMPEG-devel not working (Re: New ffmpeg CVS versions)

Michael Johnson ahze at freebsd.org
Mon May 9 22:45:34 PDT 2005


Here is ipv6 patch, unbreaks build with ipv6

Michael
-------------- next part --------------
--- 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;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 253 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-multimedia/attachments/20050510/7d36d844/signature.bin


More information about the freebsd-multimedia mailing list