提交 9c633e9a 编写于 作者: A Alex Beregszaszi

FreeBSD ipv6 multicast patch from ports tree

Originally committed as revision 4507 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 597cad6a
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册