On Thu, 28 May 2015, wm4 wrote:
OSX does not know MSG_NOSIGNAL, and provides its own non-standard mechanism instead. I guess Apple hates standards. --- Haven't really checked whether this really prevents SIGPIPE (too bothersome to test), only that the function call succeeds. I don't think there's a reason to check the success normally, though, so this patch comes without a check. --- libavformat/network.c | 4 ++++ 1 file changed, 4 insertions(+)
Applied, with the commit message updated with Rémi's comments. // Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
