freebsd-ports/multimedia/ffmpeg/files/patch-libavformat-udp.c
Thomas Zander a93a44040e - Update multimdedia/ffmpeg to latest upstrem version 2.7.1
- Mark ports BROKEN that were discovered not to work with
  this update; discovered by exp-run in bug 201181
- Note the need for manual upgrade of dependent ports in
  UPDATING
2015-07-02 19:40:15 +00:00

11 lines
252 B
C

--- libavformat/udp.c.orig 2015-06-19 20:44:53 UTC
+++ libavformat/udp.c
@@ -71,6 +71,8 @@
#define UDP_MAX_PKT_SIZE 65536
#define UDP_HEADER_SIZE 8
+#define IPPROTO_IPV6 41
+
typedef struct UDPContext {
const AVClass *class;
int udp_fd;