opnsense-ports/multimedia/mplayer/files/patch-ffmpeg_libavformat_udp.c
Franco Fichtner 63f445f3a6 */*: sync with upstream
Taken from: FreeBSD
2015-08-24 08:33:14 +02:00

11 lines
266 B
C

--- ffmpeg/libavformat/udp.c.orig 2015-06-19 20:44:53 UTC
+++ ffmpeg/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;