summaryrefslogtreecommitdiffstats
path: root/contrib/patch-ffmpeg.patch
blob: e52731f1d7dfd69ca295339d255a3969b4655070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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;