summaryrefslogtreecommitdiffstats
path: root/contrib/patch-ffmpeg.patch
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/patch-ffmpeg.patch')
-rw-r--r--contrib/patch-ffmpeg.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/contrib/patch-ffmpeg.patch b/contrib/patch-ffmpeg.patch
deleted file mode 100644
index e52731f1d..000000000
--- a/contrib/patch-ffmpeg.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Index: libavformat/tcp.c
-===================================================================
---- libavformat/tcp.c (revision 9814)
-+++ libavformat/tcp.c (working copy)
-@@ -88,11 +88,13 @@
- break;
- }
-
-+#ifndef __BEOS__
- /* test error */
- optlen = sizeof(ret);
- getsockopt (fd, SOL_SOCKET, SO_ERROR, &ret, &optlen);
- if (ret != 0)
- goto fail;
-+#endif
- }
- s->fd = fd;
- return 0;