Re: [FFmpeg-devel] [PATCH] network: prevent SIGPIPE on OSX

2015-05-30 Thread Michael Niedermayer
On Sat, May 30, 2015 at 08:50:43PM +0200, wm4 wrote: > OSX does not know MSG_NOSIGNAL, and provides its own non-standard > mechanism instead. I guess Apple hates standards. > --- > libavformat/network.c | 4 > 1 file changed, 4 insertions(+) applied thanks [...] -- Michael GnuPG fin

[FFmpeg-devel] [PATCH] network: prevent SIGPIPE on OSX

2015-05-30 Thread wm4
OSX does not know MSG_NOSIGNAL, and provides its own non-standard mechanism instead. I guess Apple hates standards. --- libavformat/network.c | 4 1 file changed, 4 insertions(+) diff --git a/libavformat/network.c b/libavformat/network.c index 8cc5aad..47ade8c 100644 --- a/libavformat/networ