diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-04-01 11:09:36 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-04-01 11:09:36 +0000 |
commit | d44c8a67e3e96acb2bfabe2710f2d354a5bfa749 (patch) | |
tree | d52aa952005e31414368da0738941bf0917538d2 /multimedia/mplayer/files/patch-libavformat-udp.c | |
parent | - Rest maintainer (diff) |
- Update mplayer and mencoder to the latest snapshots.
PR: ports/156086
Submitted by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=272084
Diffstat (limited to 'multimedia/mplayer/files/patch-libavformat-udp.c')
-rw-r--r-- | multimedia/mplayer/files/patch-libavformat-udp.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/mplayer/files/patch-libavformat-udp.c b/multimedia/mplayer/files/patch-libavformat-udp.c new file mode 100644 index 000000000000..8efe47f4d638 --- /dev/null +++ b/multimedia/mplayer/files/patch-libavformat-udp.c @@ -0,0 +1,11 @@ +--- ffmpeg/libavformat/udp.c.orig 2011-03-16 13:49:21.000000000 +0100 ++++ ffmpeg/libavformat/udp.c 2011-03-18 17:18:12.884305376 +0100 +@@ -42,6 +42,8 @@ + #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP + #endif + ++#define IPPROTO_IPV6 41 ++ + typedef struct { + int udp_fd; + int ttl; |