[FFmpeg-cvslog] network: prevent SIGPIPE on OSX

2015-05-31 Thread wm4
ffmpeg | branch: master | wm4 | Thu May 28 18:23:27 2015 +0200| [881b80b3294483696a21b21a69fa5eee30f33037] | committer: Martin Storsjö network: prevent SIGPIPE on OSX OSX does not know MSG_NOSIGNAL. BSD (which OSX is based on) has got the socket option SO_NOSIGPIPE (even if modern BSDs also su

[FFmpeg-cvslog] network: prevent SIGPIPE on OSX

2015-05-30 Thread wm4
ffmpeg | branch: master | wm4 | Sat May 30 20:50:43 2015 +0200| [c41e0aedf5fc2a92502bc400010e64b8fea89d4e] | committer: Michael Niedermayer network: prevent SIGPIPE on OSX OSX does not know MSG_NOSIGNAL, and provides its own non-standard mechanism instead. I guess Apple hates standards. Signe