diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-08-23 03:47:15 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-08-23 03:47:15 +0000 |
commit | c0452c625763f497a693e093502a2f3603bf1f12 (patch) | |
tree | 50b0cb6eef8eb467b21718fcbb1bba84bf51705a /multimedia/handbrake/files/patch-contrib-libavformat-udp.c | |
parent | fbdf0baff1cba6b7cf9b6d7b40b7e914f5a171fc (diff) | |
download | ports-c0452c625763f497a693e093502a2f3603bf1f12.tar.gz ports-c0452c625763f497a693e093502a2f3603bf1f12.zip |
Notes
Diffstat (limited to 'multimedia/handbrake/files/patch-contrib-libavformat-udp.c')
-rw-r--r-- | multimedia/handbrake/files/patch-contrib-libavformat-udp.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/multimedia/handbrake/files/patch-contrib-libavformat-udp.c b/multimedia/handbrake/files/patch-contrib-libavformat-udp.c deleted file mode 100644 index 7a44a09e0633..000000000000 --- a/multimedia/handbrake/files/patch-contrib-libavformat-udp.c +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 |