[Ffmpeg-cvslog] CVS: ffmpeg/libavformat udp.c,1.19,1.20

Alex Beregszaszi alex
Fri Aug 12 16:01:06 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/home/alex/ffmpeg/libavformat

Modified Files:
	udp.c 
Log Message:
FreeBSD ipv6 multicast patch from ports tree

Index: udp.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/udp.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- udp.c	21 Jul 2005 21:10:23 -0000	1.19
+++ udp.c	12 Aug 2005 14:01:03 -0000	1.20
@@ -28,6 +28,11 @@
 #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;
     int ttl;





More information about the ffmpeg-cvslog mailing list