blob: 7a44a09e06330b4c2f997871e356ef2528019c1e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- contrib/ffmpeg/libavformat/udp.c.orig 2008-11-28 11:10:53.217812028 -0500
+++ contrib/ffmpeg/libavformat/udp.c 2008-11-28 11:11:20.566271071 -0500
@@ -29,6 +29,7 @@
#include <unistd.h>
#include "network.h"
#include "os_support.h"
+#define IPPROTO_IPV6 41 /* IP6 header */
#ifndef IPV6_ADD_MEMBERSHIP
#define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP
|