Skip to content
Snippets Groups Projects
Commit 9c633e9a authored by Alex Beregszaszi's avatar Alex Beregszaszi
Browse files

FreeBSD ipv6 multicast patch from ports tree

Originally committed as revision 4507 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 597cad6a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment