aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/ffmpeg-011/files/patch-libavformat-udp.c
blob: 0042372ae7b524df130a88c1dd71e095f33e8f74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libavformat/udp.c.orig  2009-05-15 17:24:45.000000000 +0200
+++ libavformat/udp.c   2009-05-15 17:27:17.000000000 +0200
@@ -45,6 +45,8 @@
 #define IN6_IS_ADDR_MULTICAST(a) (((uint8_t *) (a))[0] == 0xff)
 #endif
 
+#define IPPROTO_IPV6 41
+
 typedef struct {
     int udp_fd;
     int ttl;